Files
ssh-scp-deploy/CHANGELOG.md
2021-10-02 01:14:14 +02:00

46 lines
1.3 KiB
Markdown

# [Unreleased]
## [v1.1.0] - 2021-10-02
# Added
- [Issue #15](https://github.com/marcodallasanta/ssh-scp-deploy/issues/15) - Added -p {INPUT_PORT} option.
## [v1.0.5] - 2021-09-08
### Fixed
- [Issue #12](https://github.com/marcodallasanta/ssh-scp-deploy/issues/12) - Action never failed also when file/dir was not uploaded.
## [v1.0.4] - 2021-02-10
### Fixed
- [Issue #9](https://github.com/marcodallasanta/ssh-scp-deploy/issues/9) - Wrong if on password.
## [v1.0.3] - 2021-02-08
### Fixed
- Hardcoded user "ubuntu" in scp.
## [v1.0.2] - 2020-12-21
### Fixed
- Dockerfile used to copy just entrypoint.sh.
## [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.1.0]: https://github.com/underscore69/ssh-scp-deploy/tree/v1.1.0
[v1.0.5]: https://github.com/underscore69/ssh-scp-deploy/tree/v1.0.5
[v1.0.4]: https://github.com/underscore69/ssh-scp-deploy/tree/v1.0.4
[v1.0.3]: https://github.com/underscore69/ssh-scp-deploy/tree/v1.0.3
[v1.0.2]: https://github.com/underscore69/ssh-scp-deploy/tree/v1.0.2
[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