diff options
| author | Bobby <[email protected]> | 2022-11-11 01:17:13 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-11 01:17:13 -0500 |
| commit | b8ad03bcb37c27e0db92af838c681ba8def78d9f (patch) | |
| tree | 8ae412aad703189b6e4e75dd631d78e492df4ba7 /.github/workflows | |
| parent | 1559cef95cbef96b48aa581a7e5e21e81ae2f7e2 (diff) | |
| download | thatcomputerscientist-b8ad03bcb37c27e0db92af838c681ba8def78d9f.tar.xz thatcomputerscientist-b8ad03bcb37c27e0db92af838c681ba8def78d9f.zip | |
test cd
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3c7b658c..b836c178 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,7 +4,12 @@ jobs: deploy: runs-on: "self-hosted" steps: + - name: Run Deployment Script - run: | chmod +x /home/ubuntu/deploy.sh /home/ubuntu/deploy.sh + shell: bash + - name: Start Gunicorn + - run: | + cd /home/ubuntu/thatcomputerscientist && gunicorn --bind :8000 --workers 2 thatcomputerscientist.wsgi --daemon shell: bash
\ No newline at end of file |
