mix k8s.deploy (K8SDeploy v0.7.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--skip-migrate
- will skip the migrations--clean-migrations
- will delete the migration jobs after running (default false)--skip-deploy
- will just run migrations without deploying--dry-run
- will executekubectl apply
as a dry-run--debug
- outputs extra debugging info