aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/main.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
deleted file mode 100644
index 88e2f6ea..00000000
--- a/.github/workflows/main.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-name: Deploy
-on: [push]
-jobs:
- deploy:
- runs-on: "self-hosted"
- steps:
- - name: Run Deployment Script
- run: |
- chmod +x /home/ubuntu/deploy.sh
- /home/ubuntu/deploy.sh
- shell: bash
- - name: Start Gunicorn
- run: |
- cd /home/ubuntu/thatcomputerscientist && gunicorn --bind :8000 --workers 2 thatcomputerscientist.wsgi --daemon
- shell: bash \ No newline at end of file