We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca5f25c commit 0370469Copy full SHA for 0370469
2 files changed
.github/workflows/cd_dev.yaml
@@ -80,7 +80,7 @@ jobs:
80
git checkout development
81
git pull
82
npm install
83
- pm2 -s start -i max ecosystem.config.json --env development
+ pm2 start ecosystem.config.json --env development
84
- name: Wait for service to be ready
85
run: sleep 5
86
- name: Run smoke tests
.github/workflows/cd_prod.yaml
git checkout main
- pm2 -s start -i max ecosystem.config.json --env production
+ pm2 start ecosystem.config.json --env production
0 commit comments