Deploying your application
After an application is created and packaged, it can be deployed to an environment(s). Typically, this is done via CI. In fact we've built a Skpr Orb just for this purpose (and more!).
Usage
$ skpr deploy dev 0.0.1
Loading environment configuration
Updating environment
Complete
More Information
 $ skpr deploy --help
 
usage: skpr deploy <environment> <version>
Triggers deploy of a packaged version to the specified environment.
Flags:
  --help  Show context-sensitive help (also try --help-long and --help-man).
Args:
  <environment>  Environment as configured. Usually one of: prod/staging/dev.
  <version>      Version to deploy. Corresponds to the tag on a packaged container image.
What's next?
After deleting an environment, consider one of the following: