0.0.5 • Published 1 year ago

@rebaze-fr/heroku-deploy v0.0.5

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

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"
     }
   }