
Some checks failed
scp files / test scp action (push) Failing after 2s
scp files / deploy artifact (push) Failing after 5s
scp files / test changed-files (push) Failing after 9s
6 lines
131 B
Docker
6 lines
131 B
Docker
FROM ghcr.io/appleboy/drone-scp:1.6.7
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
RUN chmod +x /entrypoint.sh
|
|
ENTRYPOINT ["/entrypoint.sh"]
|