You've already forked scp-action
mirror of
https://gitea.com/drucker/scp-action.git
synced 2026-03-22 01:40:06 +00:00
- Add a new job to copy files to multiple hosts in the CI workflow fix https://github.com/appleboy/scp-action/issues/98
6 lines
131 B
Docker
6 lines
131 B
Docker
FROM ghcr.io/appleboy/drone-scp:1.6.9
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
RUN chmod +x /entrypoint.sh
|
|
ENTRYPOINT ["/entrypoint.sh"]
|