aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-11-11 00:27:50 -0500
committerBobby <[email protected]>2022-11-11 00:27:50 -0500
commit427f0a3e88ae834f9f07c823fdf13ce527137547 (patch)
treead0082b5d0a43dd02464401b58f70e8114b8bb5b
parentf83ee8f80d9ac66d209de483ef61af8e417e6c28 (diff)
downloadthatcomputerscientist-427f0a3e88ae834f9f07c823fdf13ce527137547.tar.xz
thatcomputerscientist-427f0a3e88ae834f9f07c823fdf13ce527137547.zip
Running Deployment Script on Server
-rw-r--r--.github/workflows/main.yml9
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