Skip to content

Commit

Permalink
Revert "convert to use pm2 with bun"
Browse files Browse the repository at this point in the history
This reverts commit 9f6cf96.
  • Loading branch information
tidvn committed Oct 27, 2024
1 parent 9f6cf96 commit c8d9542
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ jobs:
script: |
cd ${{ secrets.APP_DIRECTORY }}/.next/standalone
echo -e "GH_TOKEN=${{ secrets.GH_TOKEN }}\nBASE_URL=${{ secrets.BASE_URL }}" > .env
bun --bun run pm2 restart htlabs-app || \
bun --bun run pm2 start server.js --name "htlabs-app"
pm2 restart htlabs-app || \
pm2 start server.js --name "htlabs-app"

0 comments on commit c8d9542

Please sign in to comment.