From 6f9c009752183c8d5ba9243101b3cf9cfa962504 Mon Sep 17 00:00:00 2001 From: Martin op iMac Date: Mon, 30 Oct 2023 09:18:11 +0100 Subject: [PATCH] New Try GitHub Actions --- .github/workflows/continuous-deployment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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