diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index dff0849..45334b9 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -17,7 +17,7 @@ jobs: - name: pre-compress run: find ./public/* -type f \( -name '*.html' -o -name '*.js' -o -name '*.css' \) -exec gzip -v -k -f --best {} \; - name: Deploy to Server - uses: https://git.fung.uy/mirrors/ssh-deploy@main + uses: https://github.com/easingthemes/ssh-deploy@v4 env: SSH_PRIVATE_KEY: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }} ARGS: "-rlgoDzvc -i --delete"