chore: copy file via ssh password

This commit is contained in:
Bo-Yi Wu
2019-09-28 10:54:49 +08:00
parent a6224ab4f0
commit b154adaf5c
2 changed files with 17 additions and 75 deletions

View File

@ -1,15 +1,4 @@
FROM appleboy/drone-scp:1.5.1-linux-amd64
# Github labels
LABEL "com.github.actions.name"="SCP Files"
LABEL "com.github.actions.description"="Copy files and artifacts via SSH"
LABEL "com.github.actions.icon"="copy"
LABEL "com.github.actions.color"="gray-dark"
LABEL "repository"="https://github.com/appleboy/scp-action"
LABEL "homepage"="https://github.com/appleboy"
LABEL "maintainer"="Bo-Yi Wu <appleboy.tw@gmail.com>"
LABEL "version"="0.0.1"
FROM appleboy/drone-scp
ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh