Skip to content

Commit 47e6493

Browse files
authored
test
1 parent fbdb71e commit 47e6493

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,14 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: akhileshns/heroku-deploy@v3.12.12 # This is the action
1414
with:
15-
dontuseforce: true
1615
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
1716
heroku_app_name: "basemaxrubytest"
18-
heroku_email: "miprio101@gmail.com"
17+
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+
heroku_app_name: "basemaxrubytest"
25+
heroku_email: "miprio101@gmail.com"

0 commit comments

Comments
 (0)