diff options
| author | Bobby <[email protected]> | 2022-11-11 00:43:44 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-11 00:43:44 -0500 |
| commit | b45d5f8f7aa356c0bb0b6a543b0a59ec21dfdb2c (patch) | |
| tree | 5fc3cea3237f17bcd62ffbdf715d703507f4f2e4 /.github/workflows | |
| parent | 279d72311f5bac2e02e12a875489b05488b50ed6 (diff) | |
| download | thatcomputerscientist-b45d5f8f7aa356c0bb0b6a543b0a59ec21dfdb2c.tar.xz thatcomputerscientist-b45d5f8f7aa356c0bb0b6a543b0a59ec21dfdb2c.zip | |
Running Deployment Script on Server
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 02713503..217968c0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,4 +18,4 @@ jobs: - name: Run Django Collectstatic run: python3 manage.py collectstatic --noinput - name: Start Gunicorn - run: gunicorn --bind :8000 --workers 3 thatcomputerscientist.wsgi --daemon + run: python3 manage.py runserver 8080 --noreload |
