mirror of
https://gitee.com/jiulinxiri/ssh-scp-deploy.git
synced 2026-03-10 12:22:55 +08:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3898ca4aab | ||
|
|
9a8b4bdad5 | ||
|
|
a6d3c9af27 | ||
|
|
5557c731df |
18
CHANGELOG.md
18
CHANGELOG.md
@@ -2,12 +2,12 @@
|
||||
|
||||
## [v1.2.0] - 2021-03-22
|
||||
|
||||
# Added
|
||||
### Added
|
||||
- [Issue #17](https://github.com/marcodallasanta/ssh-scp-deploy/issues/15) - Using /bin/sh instead of /bin/bash.
|
||||
|
||||
## [v1.1.0] - 2021-10-02
|
||||
|
||||
# Added
|
||||
### Added
|
||||
- [Issue #15](https://github.com/marcodallasanta/ssh-scp-deploy/issues/15) - Added -p {INPUT_PORT} option.
|
||||
|
||||
## [v1.0.5] - 2021-09-08
|
||||
@@ -42,10 +42,10 @@
|
||||
|
||||
|
||||
[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
|
||||
[v1.1.0]: https://github.com/marcodallasanta/ssh-scp-deploy/tree/v1.1.0
|
||||
[v1.0.5]: https://github.com/marcodallasanta/ssh-scp-deploy/tree/v1.0.5
|
||||
[v1.0.4]: https://github.com/marcodallasanta/ssh-scp-deploy/tree/v1.0.4
|
||||
[v1.0.3]: https://github.com/marcodallasanta/ssh-scp-deploy/tree/v1.0.3
|
||||
[v1.0.2]: https://github.com/marcodallasanta/ssh-scp-deploy/tree/v1.0.2
|
||||
[v1.0.1]: https://github.com/marcodallasanta/ssh-scp-deploy/tree/v1.0.1
|
||||
[v1.0.0]: https://github.com/marcodallasanta/ssh-scp-deploy/tree/v1.0.0
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
## ❔ Why should I use this action?
|
||||
|
||||
Because this action provide an easy and higly customizable way to upload files via scp and execute a set of command via ssh before or/and after.
|
||||
Because this action provide an easy and highly customizable way to upload files via scp and execute a set of command via ssh before or/and after.
|
||||
I use this action to deploy my personal projects to remote server, restarting the needed services or to do a simple upload via scp.
|
||||
|
||||
## 🏃 Supported runners
|
||||
@@ -26,7 +26,6 @@ I use this action to deploy my personal projects to remote server, restarting th
|
||||
* Twitter: [@marcodallasanta](https://twitter.com/marcodallasanta)
|
||||
* Github: [@marcodallasanta](https://github.com/marcodallasanta)
|
||||
* LinkedIn: [@marcodallasanta](https://linkedin.com/in/marcodallasanta)
|
||||
* StackOverflow: [@marcodallasanta](https://stackoverflow.com/story/marcodallasanta)
|
||||
|
||||
|
||||
## ⚙️ Usage
|
||||
@@ -58,10 +57,11 @@ Thanks to:
|
||||
|
||||
- [Raphaël Bussa](https://github.com/raphaelbussa) for help in testing.
|
||||
- [jamesremuscat](https://github.com/jamesremuscat) for resolving [issue#15](https://github.com/marcodallasanta/ssh-scp-deploy/issues/15)
|
||||
- [Blake Drumm](https://github.com/x-limitless-x) for resolving [issue#19](https://github.com/marcodallasanta/ssh-scp-deploy/issues/19)
|
||||
|
||||
|
||||
## 📝 License
|
||||
|
||||
Copyright © 2020-2022 [Marco Dalla Santa](https://github.com/marcodallasanta)
|
||||
|
||||
The source code, scripts and documentation in this project are released under the [MIT License](LICENSE)
|
||||
The source code, scripts and documentation in this project are released under the [MIT License](LICENSE)
|
||||
|
||||
Reference in New Issue
Block a user