Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Bacto committed Mar 20, 2024
1 parent 24ae93e commit 353d4ac
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
9 changes: 9 additions & 0 deletions INTERNAL.md
Original file line number Diff line number Diff line change
@@ -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
```
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```
Service proposed by [Stackhero cloud](https://www.stackhero.io).

0 comments on commit 353d4ac

Please sign in to comment.