mirror of
https://gitee.com/jiulinxiri/ssh-scp-deploy.git
synced 2025-09-10 18:25:12 +08:00
Merge pull request #4 from marcodallasanta/development
Changed README. Fixed Dockerfile.
This commit is contained in:
@@ -9,5 +9,7 @@ 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
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
@@ -24,8 +24,9 @@ I use this action to deploy my personal projects to remote server, restarting th
|
||||
**Marco Dalla Santa**
|
||||
|
||||
* Twitter: [@marcodallasanta](https://twitter.com/marcodallasanta)
|
||||
* Github: [@marcodallasanta](https://github.com/marcoallasanta)
|
||||
* Github: [@marcodallasanta](https://github.com/marcodallasanta)
|
||||
* LinkedIn: [@marcodallasanta](https://linkedin.com/in/marcodallasanta)
|
||||
* StackOverflow: [@marcodallasanta](https://stackoverflow.com/story/marcodallasanta)
|
||||
|
||||
|
||||
## ⚙️ Usage
|
||||
@@ -53,7 +54,7 @@ Feel free to check [issues page](https://github.com/mdallasanta/ssh-scp-deploy/i
|
||||
|
||||
## 🙏 Thanks
|
||||
|
||||
Thanks to [Raphaël Bussa](https://github.com/raphaelbussa) that helped in testing.
|
||||
Thanks to [Raphaël Bussa](https://github.com/raphaelbussa) for help in testing.
|
||||
|
||||
## 📝 License
|
||||
|
||||
|
Reference in New Issue
Block a user