Skip to content

Commit

Permalink
Merge pull request #5 from marcodallasanta/development
Browse files Browse the repository at this point in the history
Updated CHANGELOG. Improved Dockerfile to copy all .sh files.
  • Loading branch information
marcodallasanta authored Dec 21, 2020
2 parents 1b7e36c + 40de7fd commit ad4bb0c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# [Unreleased]


## [v1.0.1] - 2020-12-21

### Fixed
- Dockerfile used to copy just entrypoint.sh.

## [v1.0.0] - 2020-12-18

### Added
- 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
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ RUN apk update && \

COPY LICENSE README.md /

COPY entrypoint.sh /entrypoint.sh
COPY with_key.sh /with_key.sh
COPY with_pass.sh /with_pass.sh
COPY *.sh ./

ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit ad4bb0c

Please sign in to comment.