Bootstrapping stack deploy plugin

This commit is contained in:
2020-09-23 08:32:50 +02:00
commit 14f7ac7c0a
5 changed files with 741 additions and 0 deletions

9
Dockerfile Normal file
View File

@ -0,0 +1,9 @@
FROM docker:dind
RUN apk add --no-cache openssh-client=8.3_p1-r0
COPY plugin.sh /plugin
WORKDIR /drone/src
CMD ["bash", "/plugin/plugin.sh"]