diff options
| -rw-r--r-- | .github/workflows/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b836c178..88e2f6ea 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,11 +5,11 @@ jobs: runs-on: "self-hosted" steps: - name: Run Deployment Script - - run: | + run: | chmod +x /home/ubuntu/deploy.sh /home/ubuntu/deploy.sh shell: bash - name: Start Gunicorn - - run: | + run: | cd /home/ubuntu/thatcomputerscientist && gunicorn --bind :8000 --workers 2 thatcomputerscientist.wsgi --daemon shell: bash
\ No newline at end of file |
