mirror of
https://gitee.com/jiulinxiri/ssh-scp-deploy.git
synced 2025-09-10 10:19:49 +08:00
34 lines
832 B
Markdown
34 lines
832 B
Markdown
# [Unreleased]
|
|
|
|
## [v1.0.4] - 2021-02-10
|
|
|
|
### Fixed
|
|
- Issue #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.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 |