We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ee78bc commit 5c84422Copy full SHA for 5c84422
.gitlab-ci.yml
@@ -27,8 +27,8 @@ deploy-job:
27
. ~/.zshrc &&
28
cd /home/$SSH_USER/www/$CI_PROJECT_NAME &&
29
git pull &&
30
- /home/$SSH_USER/.nvm/versions/node/v$NODE_VERSION/bin/pnpm i &&
31
- /home/$SSH_USER/.nvm/versions/node/v$NODE_VERSION/bin/pnpm build &&
+ docker compose down &&
+ docker compose up -d &&
32
notifier '$CI_PROJECT_TITLE deployed'"
33
only:
34
- main
0 commit comments