-
I'm not sure if this is the right place for this kind of question or if the issue I filed is in the right place, so x-posting it here: dokku/github-action#96 Has anyone tried to get this kind of setup to work before? Would appreciate any insights as I've already spent a couple hours banging my head against the wall trying to get this to work. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Answering my own question: the usual Dokku GitHub Actions step is not compatible with Tailscale because it assumes "sshcommand" will run commands upon a new ssh session being started. Unfortunately, sshcommand works with As a workaround, just run Dokku commands manually. You will need to:
|
Beta Was this translation helpful? Give feedback.
Answering my own question: the usual Dokku GitHub Actions step is not compatible with Tailscale because it assumes "sshcommand" will run commands upon a new ssh session being started. Unfortunately, sshcommand works with
authorized_keys
which Tailscale completely bypasses due to the way it works.As a workaround, just run Dokku commands manually. You will need to: