aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index b61adaff..3fdbb927 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -5,4 +5,11 @@ jobs:
name: Deploy App
runs-on: "self-hosted"
steps:
- - run: echo "Deploying"
+ # cd thatcomputerscientist
+ # gunicorn --bind :8000 --workers 3 thatcomputerscientist.wsgi --daemon
+ - name: Deploy
+ run: |
+ cd thatcomputerscientist
+ gunicorn --bind :8000 --workers 3 thatcomputerscientist.wsgi --daemon
+ exit 0
+