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 @@ -3,9 +3,9 @@ name: Build test
33on :
44 push :
55 branches-ignore :
6- - ' main'
6+ - ' main'
77 pull_request :
8- branches : [ main ]
8+ branches : [ main ]
99
1010jobs :
1111
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Unit test
33on :
44 push :
55 branches-ignore :
6- - ' main'
6+ - ' main'
77 pull_request :
88 branches : [ main ]
99
You can’t perform that action at this time.
0 commit comments