diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index d762523..5ec2f98 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: - name: Install dependencies run: | - /var/www/thorshammernew/env/bin/pip install -r ${{ github.workspace }}/requirements.txt + /var/www/ThorsHammerNew/env/bin/pip install -r ${{ github.workspace }}/requirements.txt - name: Copy files to app directory run: |