From b8394adeea246208253c1c89758fae8c1ca9235b Mon Sep 17 00:00:00 2001 From: Bobby Date: Fri, 11 Nov 2022 00:35:01 -0500 Subject: Running Deployment Script on Server --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') 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 -- cgit v1.2.3