test: attempting to use ssh-agent
Some checks failed
Deploy main page / deploy (push) Failing after 11s

This commit is contained in:
Ari Yeger
2025-07-03 14:52:32 -04:00
parent 1af3b7c2a7
commit d34d179ebe

View File

@ -25,6 +25,7 @@ jobs:
- name: Deploy to Dokku
env:
SSH_AUTH_SOCK: steps.set-up-ssh.outputs.SSH_AUTH_SOCK
GIT_SSH_COMMAND: 'ssh -A -o UserKnownHostsFile=/home/node/.ssh/known_hosts'
run: |
git remote add dokku dokku@192.168.1.46:main-page
git push dokku master --force