ssh-action/Dockerfile
Bo-Yi Wu 1d1b21ca96
Some checks failed
remote ssh command / Build (push) Failing after 3s
Support multiple host with different port (#94)
2020-11-17 10:51:06 +08:00

6 lines
134 B
Docker

FROM appleboy/drone-ssh:1.6.3-linux-amd64
ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]