From c3ed5c67e7f1036f1b38f2186cbe444afc5a2167 Mon Sep 17 00:00:00 2001 From: Marco Dalla Santa Date: Fri, 18 Dec 2020 19:53:41 +0100 Subject: [PATCH 1/3] Modified LICENSE. Enhanced README.md --- LICENSE | 4 ++-- README.md | 20 ++++++++++++++++++-- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 07f9716..db04ebd 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ -The MIT License (MIT) +MIT License -Copyright (c) 2020 Marco Dalla Santa and contributors +Copyright (c) 2020 Marco Dalla Santa Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 49c1327..228cd9b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ssh-scp-deploy [![Action type](https://img.shields.io/badge/Docker%20action-262b31?logo=docker&logoColor=2496ed)](https://docs.github.com/en/actions/creating-actions/about-actions#types-of-actions) -[![License](https://img.shields.io/github/license/underscore69/ssh-scp-deploy)](https://opensource.org/licenses/MIT) +[![License](https://img.shields.io/github/license/underscore69/ssh-scp-deploy)](LICENSE) [![Pipeline status](https://img.shields.io/github/workflow/status/underscore69/ssh-scp-deploy/Test?label=test)](./) 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. @@ -9,6 +9,16 @@ This action provide an easy and higly customizable way to upload files via scp a ## Supported runners [![Supported runner](https://img.shields.io/badge/Linux-262b31?style=for-the-badge&logo=linux&logoColor=fcc624)](https://docs.github.com/en/actions/creating-actions/about-actions#docker-container-actions) + +## 👤 Author + +**Marco Dalla Santa** + +* Twitter: [@marcodallasanta](https://twitter.com/Marco16032098) +* Github: [@marcodallasanta](https://github.com/underscore69) +* LinkedIn: [@marcodallasanta](https://www.linkedin.com/in/marco-dalla-santa-72bb4015a/) + + ## Usage ```yaml - uses: underscore69/ssh-scp-deploy@v1.0.0 @@ -26,5 +36,11 @@ This action provide an easy and higly customizable way to upload files via scp a scp_options: -v # Flags to use during scp - REQUIRED false - DEFAULT '' ``` -## License +## 🤝 Contributing + +Contributions, issues and feature requests are welcome! + +Feel free to check [issues page](https://github.com/underscore69/ssh-scp-deploy/issues). + +## 📝 License The source code, scripts and documentation in this project are released under the [MIT License](LICENSE) \ No newline at end of file From f705dfd43acac2a99a6dba35768ef89a27dd06c9 Mon Sep 17 00:00:00 2001 From: Marco Dalla Santa Date: Sun, 20 Dec 2020 18:57:10 +0100 Subject: [PATCH 2/3] Changed README --- README.md | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 228cd9b..fc7a3fb 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,15 @@ # ssh-scp-deploy [![Action type](https://img.shields.io/badge/Docker%20action-262b31?logo=docker&logoColor=2496ed)](https://docs.github.com/en/actions/creating-actions/about-actions#types-of-actions) -[![License](https://img.shields.io/github/license/underscore69/ssh-scp-deploy)](LICENSE) -[![Pipeline status](https://img.shields.io/github/workflow/status/underscore69/ssh-scp-deploy/Test?label=test)](./) +[![License](https://img.shields.io/github/license/mdallasanta/ssh-scp-deploy)](LICENSE) +[![Pipeline status](https://img.shields.io/github/workflow/status/mdallasanta/ssh-scp-deploy/Test?label=test)](./) -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. +## ❔ Why should I use this action? -## Supported runners +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. +I use this in my personal project to deploy an application to a remote server or to upload a file via scp. + +## 🏃 Supported runners [![Supported runner](https://img.shields.io/badge/Linux-262b31?style=for-the-badge&logo=linux&logoColor=fcc624)](https://docs.github.com/en/actions/creating-actions/about-actions#docker-container-actions) @@ -15,13 +18,13 @@ This action provide an easy and higly customizable way to upload files via scp a **Marco Dalla Santa** * Twitter: [@marcodallasanta](https://twitter.com/Marco16032098) -* Github: [@marcodallasanta](https://github.com/underscore69) +* Github: [@marcodallasanta](https://github.com/mdallasanta) * LinkedIn: [@marcodallasanta](https://www.linkedin.com/in/marco-dalla-santa-72bb4015a/) -## Usage +## ⚙️ Usage ```yaml - - uses: underscore69/ssh-scp-deploy@v1.0.0 + - uses: mdallasanta/ssh-scp-deploy@{version} with: local: './' # Local file path - REQUIRED false - DEFAULT ./ remote: '~/' # Remote file path - REQUIRED false - DEFAULT ~/ @@ -40,7 +43,14 @@ This action provide an easy and higly customizable way to upload files via scp a Contributions, issues and feature requests are welcome! -Feel free to check [issues page](https://github.com/underscore69/ssh-scp-deploy/issues). +Feel free to check [issues page](https://github.com/mdallasanta/ssh-scp-deploy/issues). + +## 🙏Thanks + +Thanks to [Raphaël Bussa](https://github.com/raphaelbussa) that helped in testing. ## 📝 License + +Copyright © 2020 [Marco Dalla Santa]() + The source code, scripts and documentation in this project are released under the [MIT License](LICENSE) \ No newline at end of file From 2f78613c536baafe0104ae754221bdba9cadcbbf Mon Sep 17 00:00:00 2001 From: Marco Dalla Santa Date: Sun, 20 Dec 2020 19:00:23 +0100 Subject: [PATCH 3/3] Changed README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc7a3fb..986eeda 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,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. -I use this in my personal project to deploy an application to a remote server or to upload a file via scp. +I use this action in my personal project to deploy an application to a remote server or to upload a file via scp. ## 🏃 Supported runners [![Supported runner](https://img.shields.io/badge/Linux-262b31?style=for-the-badge&logo=linux&logoColor=fcc624)](https://docs.github.com/en/actions/creating-actions/about-actions#docker-container-actions) @@ -45,7 +45,7 @@ Contributions, issues and feature requests are welcome! Feel free to check [issues page](https://github.com/mdallasanta/ssh-scp-deploy/issues). -## 🙏Thanks +## 🙏 Thanks Thanks to [Raphaël Bussa](https://github.com/raphaelbussa) that helped in testing.