From f0079adc5bb3eb2be770fd5a63dec4f9186469c0 Mon Sep 17 00:00:00 2001 From: Marco Dalla Santa Date: Mon, 21 Dec 2020 20:11:26 +0100 Subject: [PATCH] Changed README. Fixed Dockerfile. --- Dockerfile | 2 ++ README.md | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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