diff options
| author | Bobby <[email protected]> | 2022-11-11 00:38:24 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-11 00:38:24 -0500 |
| commit | 279d72311f5bac2e02e12a875489b05488b50ed6 (patch) | |
| tree | a33a920db56fcedc50dbd81715773a1a786e0611 /.github/workflows | |
| parent | b8394adeea246208253c1c89758fae8c1ca9235b (diff) | |
| download | thatcomputerscientist-279d72311f5bac2e02e12a875489b05488b50ed6.tar.xz thatcomputerscientist-279d72311f5bac2e02e12a875489b05488b50ed6.zip | |
Running Deployment Script on Server
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e6007a99..02713503 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,5 @@ jobs: run: python3 manage.py makemigrations - name: Run Django Collectstatic run: python3 manage.py collectstatic --noinput - - name: Kill Gunicorn - run: pkill gunicorn - name: Start Gunicorn run: gunicorn --bind :8000 --workers 3 thatcomputerscientist.wsgi --daemon |
