docs(devops): update reload api command (#46404)

pull/46366/merge
Oliver Eyton-Williams 2022-06-08 15:40:37 +02:00 committed by GitHub
parent e9a67eda00
commit f8e41d0f65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -489,7 +489,7 @@ Provisioning VMs with the Code
```console ```console
cd api-server cd api-server
pm2 start "DEBUG=fcc* node lib/production-start.js" -i max --max-memory-restart 600M --name org pm2 reload ecosystem.config.js
``` ```
### Logging and Monitoring ### Logging and Monitoring