Created
November 7, 2018 19:31
-
-
Save stack72/39d77ee476ca7ef329a8feeb3cea9780 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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