diff --git a/INTERNAL.md b/INTERNAL.md new file mode 100644 index 0000000..355e0d8 --- /dev/null +++ b/INTERNAL.md @@ -0,0 +1,9 @@ +## Deploy a new version + +```bash +reason="New version" +git add -A . +git commit -m "${reason}" +git tag -a v1 -m "${reason}" +git push --follow-tags +``` \ No newline at end of file diff --git a/README.md b/README.md index 74ee3f5..a48fe15 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,11 @@ # GitHub Action to deploy Node.js, Python, PHP and more to Stackhero -See [https://www.stackhero.io/en/stackhero/documentations](https://www.stackhero.io/en/stackhero/documentations) +Deploy your code to production easily using GitHub Actions: +- [Deploy Node.js code to production](https://www.stackhero.io/en/services/Node-js/documentations/Deploy-with-GitHub-Actions) +- [Deploy Python code to production](https://www.stackhero.io/en/services/Python/documentations/Deploy-with-GitHub-Actions) +- [Deploy PHP code to production](https://www.stackhero.io/en/services/PHP/documentations/Deploy-with-GitHub-Actions) +- [Deploy Ruby code to production](https://www.stackhero.io/en/services/Ruby/documentations/Deploy-with-GitHub-Actions) -## Deploy a new version -```bash -reason="New version" -git add -A . -git commit -m "${reason}" -git tag -a v1 -m "${reason}" -git push --follow-tags -``` \ No newline at end of file +Service proposed by [Stackhero cloud](https://www.stackhero.io). \ No newline at end of file