aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-11-11 01:17:53 -0500
committerBobby <[email protected]>2022-11-11 01:17:53 -0500
commit07832b15f3a3911cdbfc2b66a01ffccae84181b0 (patch)
tree9028176b43620af4bae933a7b95e2154fe922cfe /.github
parentb8ad03bcb37c27e0db92af838c681ba8def78d9f (diff)
downloadthatcomputerscientist-07832b15f3a3911cdbfc2b66a01ffccae84181b0.tar.xz
thatcomputerscientist-07832b15f3a3911cdbfc2b66a01ffccae84181b0.zip
test cd
Diffstat (limited to '.github')
-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 b836c178..88e2f6ea 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -5,11 +5,11 @@ jobs:
runs-on: "self-hosted"
steps:
- name: Run Deployment Script
- - run: |
+ run: |
chmod +x /home/ubuntu/deploy.sh
/home/ubuntu/deploy.sh
shell: bash
- name: Start Gunicorn
- - run: |
+ run: |
cd /home/ubuntu/thatcomputerscientist && gunicorn --bind :8000 --workers 2 thatcomputerscientist.wsgi --daemon
shell: bash \ No newline at end of file