Skip to content

Instantly share code, notes, and snippets.

@stack72
Created November 7, 2018 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stack72/39d77ee476ca7ef329a8feeb3cea9780 to your computer and use it in GitHub Desktop.
Save stack72/39d77ee476ca7ef329a8feeb3cea9780 to your computer and use it in GitHub Desktop.
object Project : Project({
id("PlatformApps_SJC1_DC1")
name = "Region: SJC1 DC1"
description = "SJC1 DC1"
val vmCanary = Canary(
PlatformAppParams(
id = "PlatformApps_SJC1_DC1_Canary_VM_Deploy",
name = "Deploy Canary VM",
templateName = "plat-canary-vm",
dcName = "az1",
action = "deploy"
)
)
buildType(vmCanary)
deploymentOrder {
+ vmCanary
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment