Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
tidvn committed Oct 27, 2024
1 parent 8883e46 commit 30a81cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
cd ${{ secrets.APP_DIRECTORY }}/.next/standalone
echo -e "GH_TOKEN=${{ secrets.GH_TOKEN }}\nBASE_URL=${{ secrets.BASE_URL }}" > .env
bunx pm2 restart htlabs-app || \
bunx pm2 start server.js --name "htlabs-app"
bunx pm2 start --interpreter /usr/local/bin/bun server.js --name "htlabs-app"

0 comments on commit 30a81cd

Please sign in to comment.