We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eda74b commit 6bbd867Copy full SHA for 6bbd867
doc/Production setup (WIP).md
@@ -456,7 +456,7 @@ Some usefull commands:
456
- `yarn pm2 monit` - to monit the process statuses
457
- `yarn pm2 logs server` - to get the logs from SSR server (in the vue-storefront)
458
- `yarn pm2 logs api` - to get the logs from SSR server (in the vue-storefront-api)
459
-- `yarn build; yarn pm2 reload` - after pulling the latest version from git You typically want to run this sequence to apply the changes
+- `yarn build; yarn pm2 reload all` - after pulling the latest version from git You typically want to run this sequence to apply the changes
460
461
## Production setup - using Docker / Kubernetes
462
0 commit comments