Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Fix bug in login functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere committed Nov 20, 2023
1 parent f930592 commit 00bcc8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ deploy-job:
/home/$SSH_USER/.nvm/versions/node/v$NODE_VERSION/bin/pnpm i &&
/home/$SSH_USER/.nvm/versions/node/v$NODE_VERSION/bin/pnpm build &&
pm2 restart $PM2 &&
notify discord '$CI_PROJECT_TITLE deployed'"
notifier discord '$CI_PROJECT_TITLE deployed'"
only:
- main

0 comments on commit 00bcc8e

Please sign in to comment.