From 279d72311f5bac2e02e12a875489b05488b50ed6 Mon Sep 17 00:00:00 2001 From: Bobby Date: Fri, 11 Nov 2022 00:38:24 -0500 Subject: Running Deployment Script on Server --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.github') 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 -- cgit v1.2.3