git-flow-deploy

1.0.9 • Public • Published

Deploy your mgmco apps

Install it by npm install git-flow-deploy --save-dev.

Add the modules to your deploy scripts in package.json:

"scripts": {
  "deploy": "./node_modules/git-flow-deploy/index.sh"
},

And then you can run npm run deploy to deploy your mgmco app.

Update this package

  1. Lookup version from package.json
  2. Run git flow release start x.x.x with new version
  3. Update package.json version with new version
  4. Run git add -p to add the change
  5. Run git ci -m "Bump version" to commit the change
  6. Run git flow release finish 'x.x.x' to finish release
  7. Run npm publish to publish to npm
  8. Update the apps who uses this deploy script

/git-flow-deploy/

    Package Sidebar

    Install

    npm i git-flow-deploy

    Weekly Downloads

    3

    Version

    1.0.9

    License

    ISC

    Last publish

    Collaborators

    • adriaanvanrossum
    • membergetmemberco