diff --git a/Dockerfile b/Dockerfile index 0e11a7f..a9f189b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file diff --git a/README.md b/README.md index 0d78a0b..924305d 100644 --- a/README.md +++ b/README.md @@ -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