Skip to content

Commit fbdb71e

Browse files
authored
Merge pull request #8 from prio101/main
Actrion Changes
2 parents 9d90832 + c528f03 commit fbdb71e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: akhileshns/heroku-deploy@v3.12.12 # This is the action
1414
with:
15+
dontuseforce: true
1516
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
16-
heroku_app_name: "basemaxrubytest" #Must be unique in Heroku
17-
heroku_email: "maxbasecode@gmail.com"
18-
- run: heroku auth:whoami
17+
heroku_app_name: "basemaxrubytest"
18+
heroku_email: "miprio101@gmail.com"

0 commit comments

Comments
 (0)