aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-11-11 00:21:11 -0500
committerBobby <[email protected]>2022-11-11 00:21:11 -0500
commitf83ee8f80d9ac66d209de483ef61af8e417e6c28 (patch)
treec4699a395f5c23b5c896d42ccb20740245b6587c
parent4da9d9553498fd2f910f3bd52c8f8f9d7680e1f9 (diff)
downloadthatcomputerscientist-f83ee8f80d9ac66d209de483ef61af8e417e6c28.tar.xz
thatcomputerscientist-f83ee8f80d9ac66d209de483ef61af8e417e6c28.zip
Running Deployment Script on Server
-rw-r--r--.github/workflows/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 3fdbb927..9add0711 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -9,7 +9,7 @@ jobs:
# gunicorn --bind :8000 --workers 3 thatcomputerscientist.wsgi --daemon
- name: Deploy
run: |
- cd thatcomputerscientist
+ cd /home/ubuntu/thatcomputerscientist
gunicorn --bind :8000 --workers 3 thatcomputerscientist.wsgi --daemon
exit 0
-
+