diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index 1cf27b6..e15827d 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -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' - \ No newline at end of file