heroku/heroku-gradle-plugin

Heroku login

Closed this issue · 3 comments

Hello

How can I inform the app name and credentials when using heroku-gradle? I intend to use it on GitHub Actions and I'm not sure if configuring it just by reading the read me file is enough

Hi,
stumbled upon the same issue today.

Hello

How can I inform the app name and credentials when using heroku-gradle? I intend to use it on GitHub Actions and I'm not sure if configuring it just by reading the read me file is enough

"Reverse engineering" of source code reveals that setup of an environment variable HEROKU_API_KEY succeeds scripting deployment to Heroku platform with this Gradle plugin.

I'm sure this info is worth to get added to documentation/README.

Cheers

Christian

Closing due to plugin being sunset.