mirror of
https://gitee.com/jiulinxiri/ssh-scp-deploy.git
synced 2026-02-18 10:55:38 +08:00
Merge pull request #5 from marcodallasanta/development
Updated CHANGELOG. Improved Dockerfile to copy all .sh files.
This commit is contained in:
@@ -1,9 +1,17 @@
|
|||||||
# [Unreleased]
|
# [Unreleased]
|
||||||
|
|
||||||
|
|
||||||
|
## [v1.0.1] - 2020-12-21
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Dockerfile used to copy just entrypoint.sh.
|
||||||
|
|
||||||
## [v1.0.0] - 2020-12-18
|
## [v1.0.0] - 2020-12-18
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- First definition of the action.
|
- First definition of the action.
|
||||||
|
|
||||||
|
|
||||||
|
[unreleased]: https://github.com/marcodallasanta/ssh-scp-deploy/compare/main...development
|
||||||
|
[v1.0.1]: https://github.com/underscore69/ssh-scp-deploy/tree/v1.0.1
|
||||||
[v1.0.0]: https://github.com/underscore69/ssh-scp-deploy/tree/v1.0.0
|
[v1.0.0]: https://github.com/underscore69/ssh-scp-deploy/tree/v1.0.0
|
||||||
@@ -8,8 +8,6 @@ RUN apk update && \
|
|||||||
|
|
||||||
COPY LICENSE README.md /
|
COPY LICENSE README.md /
|
||||||
|
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY *.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