Skip to content

Commit

Permalink
forgot to update deployment lol
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Aug 4, 2024
1 parent 1a7292b commit 989f218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
git pull
pnpm install
pm2 delete "complibot-submissions"
pm2 start "node --use_strict --trace-warnings index.js" --name "complibot-submissions" --time
pm2 start "pnpm start" --name "complibot-submissions"

0 comments on commit 989f218

Please sign in to comment.