aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-11-11 01:25:24 -0500
committerBobby <[email protected]>2022-11-11 01:25:24 -0500
commit6781e23f94e84c01c1f4d4e84ea7b9ee91c031aa (patch)
tree174d1da23ad6643d1b2636892e55b8878116562c /.github/workflows
parent07832b15f3a3911cdbfc2b66a01ffccae84181b0 (diff)
downloadthatcomputerscientist-6781e23f94e84c01c1f4d4e84ea7b9ee91c031aa.tar.xz
thatcomputerscientist-6781e23f94e84c01c1f4d4e84ea7b9ee91c031aa.zip
remove actions
Diffstat (limited to '.github/workflows')
-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