getlarge / nx-heroku

Nx plugin to quickly deploy and promote your Nx apps on Heroku
MIT License
3 stars 0 forks source link

Question: review apps? #26

Open alexiusp opened 2 months ago

alexiusp commented 2 months ago

How to enable/use review apps when using this plugin? I want that on each PR a review app will be created (probably for each app that has a deployment target?)

getlarge commented 2 months ago

You can create your own Nx executors that wraps the Heroku review apps CLI .

You can also simply use the Heroku CLI with your applications/pipelines configuration!