This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
stack-ssh-deploy/Dockerfile

10 lines
145 B
Docker

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"]