mirror of
https://gitee.com/jiulinxiri/ssh-scp-deploy.git
synced 2025-12-24 02:25:31 +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 LICENSE README.md /
|
||||||
|
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
|
COPY with_key.sh /with_key.sh
|
||||||
|
COPY with_pass.sh /with_pass.sh
|
||||||
|
|
||||||
ENTRYPOINT ["/entrypoint.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**
|
**Marco Dalla Santa**
|
||||||
|
|
||||||
* Twitter: [@marcodallasanta](https://twitter.com/marcodallasanta)
|
* 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)
|
* LinkedIn: [@marcodallasanta](https://linkedin.com/in/marcodallasanta)
|
||||||
|
* StackOverflow: [@marcodallasanta](https://stackoverflow.com/story/marcodallasanta)
|
||||||
|
|
||||||
|
|
||||||
## ⚙️ Usage
|
## ⚙️ Usage
|
||||||
@@ -53,7 +54,7 @@ Feel free to check [issues page](https://github.com/mdallasanta/ssh-scp-deploy/i
|
|||||||
|
|
||||||
## 🙏 Thanks
|
## 🙏 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
|
## 📝 License
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user