aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-11-11 00:38:24 -0500
committerBobby <[email protected]>2022-11-11 00:38:24 -0500
commit279d72311f5bac2e02e12a875489b05488b50ed6 (patch)
treea33a920db56fcedc50dbd81715773a1a786e0611 /.github
parentb8394adeea246208253c1c89758fae8c1ca9235b (diff)
downloadthatcomputerscientist-279d72311f5bac2e02e12a875489b05488b50ed6.tar.xz
thatcomputerscientist-279d72311f5bac2e02e12a875489b05488b50ed6.zip
Running Deployment Script on Server
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml2
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