Compare commits
2 Commits
9a49e2c994
...
a247bed8d4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a247bed8d4
|
||
|
|
cac5e8ff15
|
4
.github/workflows/cicd.yaml
vendored
4
.github/workflows/cicd.yaml
vendored
@@ -14,9 +14,9 @@ jobs:
|
|||||||
|
|
||||||
- uses: felegy/mirror-action@master
|
- uses: felegy/mirror-action@master
|
||||||
with:
|
with:
|
||||||
REMOTE: ${{ secrets.DEPLOY_REPO_URL }}
|
REMOTE: git@${{ secrets.DEPLOY_REPO }}:${{ github.repository }}.git
|
||||||
SSH_CONFIG: |
|
SSH_CONFIG: |
|
||||||
Host ssh-git.saito.systems
|
Host ${{ secrets.DEPLOY_REPO }}
|
||||||
ProxyCommand cloudflared access ssh --hostname %h
|
ProxyCommand cloudflared access ssh --hostname %h
|
||||||
GIT_SSH_PRIVATE_KEY: ${{ secrets.DEPLOY_SSH_KEY }}
|
GIT_SSH_PRIVATE_KEY: ${{ secrets.DEPLOY_SSH_KEY }}
|
||||||
GIT_SSH_NO_VERIFY_HOST: "true"
|
GIT_SSH_NO_VERIFY_HOST: "true"
|
||||||
|
|||||||
Reference in New Issue
Block a user