1.0.4 • Published 5 years ago

@hugohammarstrom/rancher-deploy v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Rancher-deploy

Usage

  1. Install with @hugohammarstrom/rancher-deploy

  2. Add this to package.json:

"rancher-deploy": {
    "image-tag": "image tag name here",
    "rancher-url": "api url to workload on rancher cluster"
}
  1. Add export RANCHER_TOKEN=token to .bashrc

  2. Run

$ npx rancher-deploy

or add "deploy": "rancher-deploy" as a script in package.json and run with npm run deploy