vitalyliber / dokku-github-action

Deploy applications to Dokku
https://vitalyliber.com/courses/deploj-prilozhenij-s-dokku
MIT License
78 stars 32 forks source link

Provide identity file directly to SSH instead of going via the SSH agent (2/4) #8

Closed WilliamMayor closed 4 years ago

WilliamMayor commented 4 years ago

This one removes the need to boot up the SSH agent. It just gives the private key directly to the SSH command via the -i arg.

This PR also removes the public key env var. So that should fix #5.

I've also added more testing things so that I could run the action on my local machine.