diff options
| author | Bobby <[email protected]> | 2022-11-11 00:21:11 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-11 00:21:11 -0500 |
| commit | f83ee8f80d9ac66d209de483ef61af8e417e6c28 (patch) | |
| tree | c4699a395f5c23b5c896d42ccb20740245b6587c /.github | |
| parent | 4da9d9553498fd2f910f3bd52c8f8f9d7680e1f9 (diff) | |
| download | thatcomputerscientist-f83ee8f80d9ac66d209de483ef61af8e417e6c28.tar.xz thatcomputerscientist-f83ee8f80d9ac66d209de483ef61af8e417e6c28.zip | |
Running Deployment Script on Server
Diffstat (limited to '.github')
| -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 3fdbb927..9add0711 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: # gunicorn --bind :8000 --workers 3 thatcomputerscientist.wsgi --daemon - name: Deploy run: | - cd thatcomputerscientist + cd /home/ubuntu/thatcomputerscientist gunicorn --bind :8000 --workers 3 thatcomputerscientist.wsgi --daemon exit 0 - + |
