diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e611e19..58332b8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,7 +48,7 @@ deploy_staging: # restart Node.js and reload nginx configuration - sshpass -p "${OLDROOTPWD}" ssh root@rockfic.com '~/cp.sh' - - ssh rockfic@${DEPLOY_SERVER} "~/stage.sh" + - ssh rockfic@${DEPLOY_SERVER} "~/stage.sh" ${DB_NAME} - ssh rockfic@${DEPLOY_SERVER} node "~/rockfic-staging/.output/server/index.mjs" \&\>/dev/null \& disown \%1 - ssh rockfic@${DEPLOY_SERVER} sudo systemctl reload apache2 except: