We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91a7e07 + 47e6493 commit f88e9f6Copy full SHA for f88e9f6
.github/workflows/deploy.yml
@@ -13,6 +13,13 @@ jobs:
13
- uses: akhileshns/heroku-deploy@v3.12.12 # This is the action
14
with:
15
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
16
- heroku_app_name: "basemaxrubytest" #Must be unique in Heroku
17
- heroku_email: "maxbasecode@gmail.com"
+ heroku_app_name: "basemaxrubytest"
+ heroku_email: "miprio101@gmail.com"
18
+ justlogin: true
19
- run: heroku auth:whoami
20
+ - run: heroku builds:cancel -a basemaxrubytest
21
+ - uses: akhileshns/heroku-deploy@v3.12.12 # This is the action
22
+ with:
23
+ heroku_api_key: ${{secrets.HEROKU_API_KEY}}
24
25
0 commit comments