Skip to content

Commit 5bfd557

Browse files
committed
workflow: changes on the deply script 5
1 parent 7c712de commit 5bfd557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ 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
16+
heroku_app_name: "basemaxrubytest"
1717
heroku_email: "miprio101@gmail.com"

0 commit comments

Comments
 (0)