mirror of
https://github.com/drillster/drone-rsync.git
synced 2026-06-04 18:24:07 +08:00
Add rsync script and Dockerfile
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM alpine:3.4
|
||||
MAINTAINER Michael de Wit <michael@drillster.com>
|
||||
|
||||
RUN apk add --no-cache ca-certificates bash openssh-client rsync
|
||||
COPY upload.sh /usr/local/
|
||||
|
||||
ENTRYPOINT ["/usr/local/upload.sh"]
|
||||
Reference in New Issue
Block a user