Skip to content

Commit f88e9f6

Browse files
committed
2 parents 91a7e07 + 47e6493 commit f88e9f6

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
@@ -13,6 +13,13 @@ jobs:
1313
- uses: akhileshns/heroku-deploy@v3.12.12 # This is the action
1414
with:
1515
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
16-
heroku_app_name: "basemaxrubytest" #Must be unique in Heroku
17-
heroku_email: "maxbasecode@gmail.com"
16+
heroku_app_name: "basemaxrubytest"
17+
heroku_email: "miprio101@gmail.com"
18+
justlogin: true
1819
- 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)