From 07832b15f3a3911cdbfc2b66a01ffccae84181b0 Mon Sep 17 00:00:00 2001 From: Bobby Date: Fri, 11 Nov 2022 01:17:53 -0500 Subject: test cd --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b836c178..88e2f6ea 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,11 +5,11 @@ jobs: runs-on: "self-hosted" steps: - name: Run Deployment Script - - run: | + run: | chmod +x /home/ubuntu/deploy.sh /home/ubuntu/deploy.sh shell: bash - name: Start Gunicorn - - run: | + 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