@rebaze-fr/heroku-deploy
v0.0.5
Published
This library was generated with [Nx](https://nx.dev).
Downloads
144
Readme
heroku-deploy
This library was generated with Nx.
Building
Run nx build heroku-deploy
to build the library.
Running unit tests
Run nx test heroku-deploy
to execute the unit tests via Jest.
To deploy on Heroku
Add a target in the 'project.json' file of the project you want to deploy on Heroku :
"executor": "@rebaze-fr/heroku-deploy:deploy",
"options": {
"api": "back-end-project-name",
"app": "front-end-project-name",
"git": "https://git.heroku.com/project-name.git",
"API_HOST": "api-project-name-url",
"repo": "repo-name"
}
}