aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-11-11 00:35:01 -0500
committerBobby <[email protected]>2022-11-11 00:35:01 -0500
commitb8394adeea246208253c1c89758fae8c1ca9235b (patch)
tree95852882dda74003ec6c94215fd2f1b932eef9a0
parent488fbcdd49d38f58ceacf17efe64a80cbb2d0624 (diff)
downloadthatcomputerscientist-b8394adeea246208253c1c89758fae8c1ca9235b.tar.xz
thatcomputerscientist-b8394adeea246208253c1c89758fae8c1ca9235b.zip
Running Deployment Script on Server
-rw-r--r--.github/workflows/main.yml4
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