diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9add0711..0607be16 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,11 +5,6 @@ jobs: name: Deploy App runs-on: "self-hosted" steps: - # cd thatcomputerscientist - # gunicorn --bind :8000 --workers 3 thatcomputerscientist.wsgi --daemon - - name: Deploy - run: | - cd /home/ubuntu/thatcomputerscientist - gunicorn --bind :8000 --workers 3 thatcomputerscientist.wsgi --daemon - exit 0 + - name: Checkout + uses: actions/checkout@v2 |
