diff options
| author | Bobby <[email protected]> | 2022-11-11 00:27:50 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-11 00:27:50 -0500 |
| commit | 427f0a3e88ae834f9f07c823fdf13ce527137547 (patch) | |
| tree | ad0082b5d0a43dd02464401b58f70e8114b8bb5b /.github | |
| parent | f83ee8f80d9ac66d209de483ef61af8e417e6c28 (diff) | |
| download | thatcomputerscientist-427f0a3e88ae834f9f07c823fdf13ce527137547.tar.xz thatcomputerscientist-427f0a3e88ae834f9f07c823fdf13ce527137547.zip | |
Running Deployment Script on Server
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 |
