ssh-action/Dockerfile
Bo-Yi Wu 9085f3ea5b
Some checks failed
remote ssh command / Build (push) Failing after 5s
chore: update default timeout to 10 minutes
2019-11-30 23:01:49 +08:00

6 lines
134 B
Docker

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