mirror of
https://gitee.com/jiulinxiri/ssh-scp-deploy.git
synced 2025-12-23 18:15:34 +08:00
Changed Dockerfile.
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
- uses: underscore69/ssh-scp-deploy@main
|
- uses: underscore69/ssh-scp-deploy@development
|
||||||
with:
|
with:
|
||||||
local: "./"
|
local: "./"
|
||||||
remote: "~/"
|
remote: "~/"
|
||||||
|
|||||||
@@ -7,10 +7,6 @@ RUN apk update && \
|
|||||||
bash
|
bash
|
||||||
|
|
||||||
COPY LICENSE README.md /
|
COPY LICENSE README.md /
|
||||||
|
COPY entrypoint.sh with_key.sh with_pass.sh /
|
||||||
|
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
|
||||||
COPY with_key.sh /with_key.sh
|
|
||||||
COPY with_pass.sh /with_pass.sh
|
|
||||||
|
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
|||||||
Reference in New Issue
Block a user