mix k8s.deploy (K8SDeploy v0.1.0) View Source
Builds the application using docker_build
and then deploys to K8S
mix k8s.deploy [deploy-env] [options]
deploy-env
will default to prod
Options
--skip-build
- docker build and push will be skipped--dry-run
- will executekubectl apply
as a dry-run--debug
- outputs extra debugging info