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 0f662b3 commit 4adec2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lightsail-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
key: ${{ secrets.LIGHTSAIL_SSH_KEY }}
port: 22 # Default SSH port; change it if yours is different
script: |
cd /htdocs
cd /var/www/html/htdocs
git pull origin main
npm install --production
pm2 restart server.js

0 comments on commit 4adec2a

Please sign in to comment.