Support multiple host with different port (#94)

This commit is contained in:
Bo-Yi Wu 2020-11-17 10:51:06 +08:00 committed by GitHub
parent 9fb11fb1f5
commit 1d1b21ca96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 1 deletions

View file

@ -1,4 +1,4 @@
FROM appleboy/drone-ssh:linux-amd64
FROM appleboy/drone-ssh:1.6.3-linux-amd64
ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh