From b45d5f8f7aa356c0bb0b6a543b0a59ec21dfdb2c Mon Sep 17 00:00:00 2001 From: Bobby Date: Fri, 11 Nov 2022 00:43:44 -0500 Subject: Running Deployment Script on Server --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 02713503..217968c0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,4 +18,4 @@ jobs: - name: Run Django Collectstatic run: python3 manage.py collectstatic --noinput - name: Start Gunicorn - run: gunicorn --bind :8000 --workers 3 thatcomputerscientist.wsgi --daemon + run: python3 manage.py runserver 8080 --noreload -- cgit v1.2.3