File tree 2 files changed +15
-9
lines changed
2 files changed +15
-9
lines changed Original file line number Diff line number Diff line change
1
+ ## Deploy a new version
2
+
3
+ ``` bash
4
+ reason=" New version"
5
+ git add -A .
6
+ git commit -m " ${reason} "
7
+ git tag -a v1 -m " ${reason} "
8
+ git push --follow-tags
9
+ ```
Original file line number Diff line number Diff line change 1
1
# GitHub Action to deploy Node.js, Python, PHP and more to Stackhero
2
2
3
- See [ https://www.stackhero.io/en/stackhero/documentations ] ( https://www.stackhero.io/en/stackhero/documentations )
3
+ Deploy your code to production easily using GitHub Actions:
4
4
5
+ - [ Deploy Node.js code to production] ( https://www.stackhero.io/en/services/Node-js/documentations/Deploy-with-GitHub-Actions )
6
+ - [ Deploy Python code to production] ( https://www.stackhero.io/en/services/Python/documentations/Deploy-with-GitHub-Actions )
7
+ - [ Deploy PHP code to production] ( https://www.stackhero.io/en/services/PHP/documentations/Deploy-with-GitHub-Actions )
8
+ - [ Deploy Ruby code to production] ( https://www.stackhero.io/en/services/Ruby/documentations/Deploy-with-GitHub-Actions )
5
9
6
- ## Deploy a new version
7
10
8
- ``` bash
9
- reason=" New version"
10
- git add -A .
11
- git commit -m " ${reason} "
12
- git tag -a v1 -m " ${reason} "
13
- git push --follow-tags
14
- ```
11
+ Service proposed by [ Stackhero cloud] ( https://www.stackhero.io ) .
You can’t perform that action at this time.
0 commit comments