Added Deploy.yml
Some checks failed
Deploy ThorsHammerNew / deploy (push) Failing after 2s

This commit is contained in:
Ben Mosley
2026-04-25 13:10:10 -05:00
parent 3ae1cc24af
commit e7a90be556

View File

@@ -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: |