Skip to main content

Mass Infrastructure Deploy

mass infrastructure deploy​

Deploy infrastructure

Synopsis​

Deploy infrastructure on Massdriver.

Your infrastructure IaC must be published as a bundle to Massdriver first and be configured for a given environment (target).

Examples​

You can deploy infrastructure using the fully qualified name of the application or its slug.

The slug can be found by hovering over the bundle in the Massdriver diagram.

Using the fully qualified name:

mass infra deploy ecomm-prod-vpc

Using the slug:

mass infra deploy ecomm-prod-vpc-x12g
mass infrastructure deploy <project>-<target>-<manifest> [flags]

Options​

  -h, --help             help for deploy
-m, --message string Add a message when deploying

SEE ALSO​