diff options
| author | Bobby <[email protected]> | 2022-11-11 00:35:01 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-11 00:35:01 -0500 |
| commit | b8394adeea246208253c1c89758fae8c1ca9235b (patch) | |
| tree | 95852882dda74003ec6c94215fd2f1b932eef9a0 /.github/workflows | |
| parent | 488fbcdd49d38f58ceacf17efe64a80cbb2d0624 (diff) | |
| download | thatcomputerscientist-b8394adeea246208253c1c89758fae8c1ca9235b.tar.xz thatcomputerscientist-b8394adeea246208253c1c89758fae8c1ca9235b.zip | |
Running Deployment Script on Server
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0fb40653..e6007a99 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,8 +7,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - - name: Switch to thatcomputerscientist/thatcomputerscientist/thatcomputerscientist folder - run: cd thatcomputerscientist/thatcomputerscientist/thatcomputerscientist + - name: Switch to thatcomputerscientist folder + run: cd /home/ubuntu/thatcomputerscientist/thatcomputerscientist/thatcomputerscientist - name: Install Requirements run: pip3 install -r requirements.txt - name: Run Django Migrations |
