From 6781e23f94e84c01c1f4d4e84ea7b9ee91c031aa Mon Sep 17 00:00:00 2001 From: Bobby Date: Fri, 11 Nov 2022 01:25:24 -0500 Subject: remove actions --- .github/workflows/main.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/main.yml (limited to '.github/workflows/main.yml') 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 -- cgit v1.2.3