AkhileshNS / heroku-deploy

A simple github action that dynamically deploys an app to heroku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[QUESTION] Dynamic heroku_app_name based in branch

smoneta opened this issue · comments

1st thing 1st... great work on this project!!!

now... I have this repo with 3 branches and I have a Heroku app for each branch (dev, QA and main).. how can I make to dynamically point to a specific Heroku app depending on which branch is running the action?

Thanks!