update script location

This commit is contained in:
Brooke 2024-05-07 04:56:19 -04:00
parent 54bf724c43
commit edee3df9f0

View file

@ -19,7 +19,7 @@ jobs:
- name: Test static page - name: Test static page
run: bash ${{ gitea.workspace }}/bin/test_static_page.sh run: bash ${{ gitea.workspace }}/bin/test_static_page.sh
- name: Deploy to Server - name: Deploy to Server
uses: easingthemes/ssh-deploy@main uses: https://git.myco.systems/mirrors/ssh-deploy@v4
env: env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
ARGS: "-rlgoDzvc -i --delete" ARGS: "-rlgoDzvc -i --delete"