Skip to content

Commit

Permalink
Workflow added
Browse files Browse the repository at this point in the history
  • Loading branch information
huziibee committed Jan 8, 2024
1 parent 4adec2a commit 0a73def
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 /var/www/html/htdocs
cd /opt/bitnami/apache2/htdocs
git pull origin main
npm install --production
pm2 restart server.js

0 comments on commit 0a73def

Please sign in to comment.