mirror of
https://gitea.com/drucker/scp-action.git
synced 2025-06-07 22:06:38 +00:00
- Rename a workflow job from `deploy artifact` to `test deploy artifact` - Add a new workflow job for copying files to a server - Update the base image in Dockerfile to `ghcr.io/appleboy/drone-scp:latest` Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
6 lines
132 B
Docker
6 lines
132 B
Docker
FROM ghcr.io/appleboy/drone-scp:latest
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
RUN chmod +x /entrypoint.sh
|
|
ENTRYPOINT ["/entrypoint.sh"]
|