Compare commits
9 Commits
d6a1e650dc
...
9a49e2c994
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9a49e2c994
|
||
|
|
9f0fcb1b7e
|
||
|
|
3fa4045772
|
||
|
|
82e109b10b
|
||
|
|
b0ce0a956b
|
||
|
|
1ccb70138e
|
||
|
|
f9d823535e
|
||
|
|
f57b277951
|
||
|
|
ae9a2e17c1
|
11
.github/workflows/cicd.yaml
vendored
11
.github/workflows/cicd.yaml
vendored
@@ -7,11 +7,16 @@ jobs:
|
||||
build-image-and-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: yesolutions/mirror-action@master
|
||||
|
||||
- uses: felegy/mirror-action@master
|
||||
with:
|
||||
REMOTE: ${{ secrets.DEPLOY_REPO_URL }}
|
||||
GIT_USERNAME: ${{ secrets.DEPLOY_REPO_USERNAME }}
|
||||
GIT_PASSWORD: ${{ secrets.DEPLOY_REPO_TOKEN }}
|
||||
SSH_CONFIG: |
|
||||
Host ssh-git.saito.systems
|
||||
ProxyCommand cloudflared access ssh --hostname %h
|
||||
GIT_SSH_PRIVATE_KEY: ${{ secrets.DEPLOY_SSH_KEY }}
|
||||
GIT_SSH_NO_VERIFY_HOST: "true"
|
||||
|
||||
Reference in New Issue
Block a user