This commit is contained in:
8
.github/workflows/cicd.yaml
vendored
8
.github/workflows/cicd.yaml
vendored
@@ -8,8 +8,8 @@ on:
|
||||
|
||||
env:
|
||||
DESCRIPTION: "Wordpress Heroku App Image https://hvgblog.hu"
|
||||
PHP_VERSION: 8.3
|
||||
|
||||
PHP_VERSION: ${{ vars.PHP_VERSION }}
|
||||
DEPLOY_REPO: ${{ vars.DEPLOY_REPO }}
|
||||
jobs:
|
||||
|
||||
check:
|
||||
@@ -62,9 +62,9 @@ jobs:
|
||||
|
||||
- uses: felegy/mirror-action@master
|
||||
with:
|
||||
REMOTE: git@${{ secrets.DEPLOY_REPO }}:${{ github.repository }}.git
|
||||
REMOTE: git@${{ env.DEPLOY_REPO }}:${{ github.repository }}.git
|
||||
SSH_CONFIG: |
|
||||
Host ${{ secrets.DEPLOY_REPO }}
|
||||
Host ${{ env.DEPLOY_REPO }}
|
||||
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