Skip to content

Commit

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

0 comments on commit 296b024

Please sign in to comment.