Modified LICENSE. Enhanced README.md

This commit is contained in:
Marco Dalla Santa
2020-12-18 19:53:41 +01:00
parent ca82210d43
commit c3ed5c67e7
2 changed files with 20 additions and 4 deletions

View File

@@ -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

View File

@@ -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)