File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ jobs:
2222 - run :
2323 name : " Push Docker image to registry"
2424 command : |
25- heroku container:push web --app=apixhw
25+ heroku container:push web --app=$HEROKU_APP_NAME
2626 - run :
2727 name : " Release image to run"
2828 command : |
29- heroku container:release web --app=apixhw
29+ heroku container:release web --app=$HEROKU_APP_NAME
3030
3131workflows :
3232 heroku_deploy :
Original file line number Diff line number Diff line change @@ -2,10 +2,11 @@ name: Build test
22
33on :
44 push :
5- branches-ignore :
6- - ' main'
5+ branches :
6+ - ' **'
7+ - ' !main'
78 pull_request :
8- branches : [ main ]
9+ branches : [ main ]
910
1011jobs :
1112
Original file line number Diff line number Diff line change @@ -2,8 +2,9 @@ name: Unit test
22
33on :
44 push :
5- branches-ignore :
6- - ' main'
5+ branches :
6+ - ' **'
7+ - ' !main'
78 pull_request :
89 branches : [ main ]
910
You can’t perform that action at this time.
0 commit comments