SFTP support!
This commit is contained in:
SamKirkland
2019-10-08 00:26:19 -05:00
parent 67f266cff8
commit 9c4e4646b8
4 changed files with 77 additions and 30 deletions

View File

@@ -10,7 +10,8 @@ LABEL "com.github.actions.description"="Deploy your website via FTP"
LABEL "com.github.actions.icon"="upload-cloud"
LABEL "com.github.actions.color"="orange"
RUN apk add lftp
RUN apk update
RUN apk add openssh sshpass lftp
COPY entrypoint.sh /entrypoint.sh
RUN chmod 777 entrypoint.sh