Skip to content

Commit

Permalink
added workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
huziibee committed Jan 8, 2024
1 parent 2ff4005 commit dfbb1fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lightsail-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ jobs:
sudo rm -r *
sudo git clone https://github.com/huziibee/aws-b-app-1.git
cd aws-b-app-1
node server.js
sudo npm install
sudo npm install pm2 -g
pm2 restart server.js

0 comments on commit dfbb1fd

Please sign in to comment.