fix(ci): syntax (again)

This commit is contained in:
parent 92861417fb
commit 79ceb09afb
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -46,7 +46,7 @@ deploy_stage:
# restart Node.js and reload nginx configuration # restart Node.js and reload nginx configuration
- sshpass -p "${OLDROOTPWD}" ssh root@rockfic.com 'bash ~/cp.sh' - sshpass -p "${OLDROOTPWD}" ssh root@rockfic.com 'bash ~/cp.sh'
- ssh rockfic@${DEPLOY_SERVER} 'mongosh mongodb://localhost --eval "'"use ${DB_NAME}; db.dropDatabase();\"" - ssh rockfic@${DEPLOY_SERVER} "mongosh mongodb://localhost --eval \"use ${DB_NAME}; db.dropDatabase();\""
- ssh rockfic@${DEPLOY_SERVER} 'mongorestore -d rockfic_old dump/rockfic - ssh rockfic@${DEPLOY_SERVER} 'mongorestore -d rockfic_old dump/rockfic
- ssh rockfic@${DEPLOY_SERVER} 'cd migrator && bun install && bun run ./index.ts' - ssh rockfic@${DEPLOY_SERVER} 'cd migrator && bun install && bun run ./index.ts'
- ssh rockfic@${DEPLOY_SERVER} node run "~/rockfic-staging/.output/server/index.mjs" \&\>/dev/null \& disown \%1 - ssh rockfic@${DEPLOY_SERVER} node run "~/rockfic-staging/.output/server/index.mjs" \&\>/dev/null \& disown \%1