Update .gitea/workflows/deploy.yml

fix: escape the deploy key var from being replaced
This commit is contained in:
2025-08-19 10:50:45 -04:00
parent 00ed4b0d1f
commit 02ca6a3072

View File

@ -19,4 +19,4 @@ jobs:
uses: dokku/github-action@master uses: dokku/github-action@master
with: with:
git_remote_url: 'ssh://dokku@192.168.1.2:22/$REPO_NAME' git_remote_url: 'ssh://dokku@192.168.1.2:22/$REPO_NAME'
ssh_private_key: ${{ secrets.DOKKU_DEPLOY_KEY }} ssh_private_key: $${{ secrets.DOKKU_DEPLOY_KEY }}