Skip to content

Commit

Permalink
New Try GitHub Actions
Browse files Browse the repository at this point in the history
Martin op iMac committed Oct 30, 2023
1 parent aff92da commit 6f9c009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
@@ -44,9 +44,9 @@ jobs:
port: 22
script: |
cd /var/www/html/
gunicorn main:app --bind 0.0.0.0'
git pull origin main
systemctl restart gunicorn
systemctl restart nginx
gunicorn main:app --bind
gunicorn main:app --bind 0.0.0.0'

0 comments on commit 6f9c009

Please sign in to comment.