diff options
| author | Bobby <[email protected]> | 2022-11-11 01:17:53 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-11 01:17:53 -0500 |
| commit | 07832b15f3a3911cdbfc2b66a01ffccae84181b0 (patch) | |
| tree | 9028176b43620af4bae933a7b95e2154fe922cfe /.github/workflows/main.yml | |
| parent | b8ad03bcb37c27e0db92af838c681ba8def78d9f (diff) | |
| download | thatcomputerscientist-07832b15f3a3911cdbfc2b66a01ffccae84181b0.tar.xz thatcomputerscientist-07832b15f3a3911cdbfc2b66a01ffccae84181b0.zip | |
test cd
Diffstat (limited to '.github/workflows/main.yml')
| -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 |
