mirror of
https://github.com/SamKirkland/FTP-Deploy-Action.git
synced 2026-04-10 12:32:17 +02:00
v2.0.0
SFTP support!
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user