Niels Theen
Niels Theen
Thank you @ptmrio the `--host 0.0.0.0` did it for me!
Tried it again with another `script` `whoami` ```Run appleboy/ssh-action@master with: host: *** username: *** key: *** port: [2](https://github.com/legionth/shinydoc.me/runs/7269965670?check_suite_focus=true#step:3:2)2 script: whoami sync: false use_insecure_cipher: false timeout: [3](https://github.com/legionth/shinydoc.me/runs/7269965670?check_suite_focus=true#step:3:3)0s command_timeout: 10m proxy_port: 22...
Okay I got it. Seem like the deployment script can't work with an IPv4 address through Github Secret variables. This does work ```yaml name: Deployment on: push: branches: - master...