@rebaze-fr/heroku-deploy
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @rebaze-fr/heroku-deploy

Weekly Downloads

109

Version

0.0.5

License

none

Unpacked Size

66 kB

Total Files

54

Last publish

Collaborators

  • antonio.rebaze
  • rebaze-tech