Remove no longer used pm2 stop scripts
This commit is contained in:
parent
ccac9861a9
commit
9dd72a074b
1 changed files with 0 additions and 4 deletions
|
@ -63,10 +63,6 @@ jobs:
|
|||
&& docker compose down \
|
||||
&& (pm2 stop vylbot_stage || true) \
|
||||
&& (pm2 delete vylbot_stage || true) \
|
||||
&& (pm2 stop vylbot_hotfix || true) \
|
||||
&& (pm2 delete vylbot_hotfix || true) \
|
||||
&& (pm2 stop vylbot_release || true) \
|
||||
&& (pm2 delete vylbot_release || true) \
|
||||
&& docker compose up -d \
|
||||
&& sleep 10 \
|
||||
&& yarn db:up \
|
||||
|
|
Loading…
Reference in a new issue