From b8ad03bcb37c27e0db92af838c681ba8def78d9f Mon Sep 17 00:00:00 2001 From: Bobby Date: Fri, 11 Nov 2022 01:17:13 -0500 Subject: test cd --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3c7b658c..b836c178 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,7 +4,12 @@ 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