Skip to content

Commit 0370469

Browse files
committed
cleanup
1 parent ca5f25c commit 0370469

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd_dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
git checkout development
8181
git pull
8282
npm install
83-
pm2 -s start -i max ecosystem.config.json --env development
83+
pm2 start ecosystem.config.json --env development
8484
- name: Wait for service to be ready
8585
run: sleep 5
8686
- name: Run smoke tests

.github/workflows/cd_prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
git checkout main
8181
git pull
8282
npm install
83-
pm2 -s start -i max ecosystem.config.json --env production
83+
pm2 start ecosystem.config.json --env production
8484
- name: Wait for service to be ready
8585
run: sleep 5
8686
- name: Run smoke tests

0 commit comments

Comments
 (0)