aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-11-11 00:43:44 -0500
committerBobby <[email protected]>2022-11-11 00:43:44 -0500
commitb45d5f8f7aa356c0bb0b6a543b0a59ec21dfdb2c (patch)
tree5fc3cea3237f17bcd62ffbdf715d703507f4f2e4
parent279d72311f5bac2e02e12a875489b05488b50ed6 (diff)
downloadthatcomputerscientist-b45d5f8f7aa356c0bb0b6a543b0a59ec21dfdb2c.tar.xz
thatcomputerscientist-b45d5f8f7aa356c0bb0b6a543b0a59ec21dfdb2c.zip
Running Deployment Script on Server
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
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