swap back to main
All checks were successful
Hugo / build (push) Successful in 52s

This commit is contained in:
Brooke 2024-05-07 04:58:27 -04:00
parent 221b69b0a7
commit 7390bdc142

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: https://git.myco.systems/mirrors/ssh-deploy@v4 uses: https://git.myco.systems/mirrors/ssh-deploy@main
env: env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
ARGS: "-rlgoDzvc -i --delete" ARGS: "-rlgoDzvc -i --delete"