fix: broken deploy script
Some checks failed
Deploy To Dokku / deploy (push) Failing after 4s

This commit is contained in:
Ari Yeger
2025-08-19 10:36:27 -04:00
parent 7fdd46afe3
commit 915829d656

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/to-do-list-partner' git_remote_url: 'ssh://dokku@192.168.1.2:22/to-do-list-partner'
ssh_private_key: { secrets.DOKKU_DEPLOY_KEY } ssh_private_key: ${{ secrets.DOKKU_DEPLOY_KEY }}