We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbdb71e commit 47e6493Copy full SHA for 47e6493
.github/workflows/deploy.yml
@@ -12,7 +12,14 @@ jobs:
12
- uses: actions/checkout@v2
13
- uses: akhileshns/heroku-deploy@v3.12.12 # This is the action
14
with:
15
- dontuseforce: true
16
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
17
heroku_app_name: "basemaxrubytest"
18
- heroku_email: "miprio101@gmail.com"
+ heroku_email: "miprio101@gmail.com"
+ 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
+ heroku_app_name: "basemaxrubytest"
25
0 commit comments