1
0

~ Rebuild Image
All checks were successful
/ build-and-deploy (push) Successful in 47s

This commit is contained in:
felegy
2025-08-22 14:42:18 +00:00
parent cac5e8ff15
commit a247bed8d4

View File

@@ -14,9 +14,9 @@ jobs:
- uses: felegy/mirror-action@master
with:
REMOTE: ${{ secrets.DEPLOY_REPO_URL }}
REMOTE: git@${{ secrets.DEPLOY_REPO }}:${{ github.repository }}.git
SSH_CONFIG: |
Host ssh-git.saito.systems
Host ${{ secrets.DEPLOY_REPO }}
ProxyCommand cloudflared access ssh --hostname %h
GIT_SSH_PRIVATE_KEY: ${{ secrets.DEPLOY_SSH_KEY }}
GIT_SSH_NO_VERIFY_HOST: "true"