Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cd_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ jobs:
git stash
git pull
npm install
pm2 start -i max bin/rerum_v1.js
pm2 start bin/rerum_v1.js -i max --name rerum_v1 --update-env --node-args="--env-file=.env"
2 changes: 1 addition & 1 deletion .github/workflows/cd_prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
git stash
git pull
npm install
pm2 start -i max bin/rerum_v1.js
pm2 start bin/rerum_v1.js -i max --name rerum_v1 --update-env --node-args="--env-file=.env"
Loading