diff --git a/.octopus/deployment_process.ocl b/.octopus/deployment_process.ocl index 7404b581..ce80e930 100644 --- a/.octopus/deployment_process.ocl +++ b/.octopus/deployment_process.ocl @@ -40,7 +40,7 @@ step "set-imagetag-version" { Pulumi.AccessToken = "#{pulumi_pat}" Pulumi.Args = "set imageTag #{Octopus.Release.Git.TagName}" Pulumi.Command = "config" - Pulumi.CreateStack = "false" + Pulumi.CreateStack = "True" Pulumi.Restore = "true" Pulumi.StackName = "#{pulumi_stack}" Pulumi.WorkingDirectory = "/tmp/ahb-tabellen/pulumi" @@ -77,7 +77,7 @@ step "run-pulumi-linux" { Pulumi.AccessToken = "#{pulumi_pat}" Pulumi.Args = "--yes" Pulumi.Command = "up" - Pulumi.CreateStack = "false" + Pulumi.CreateStack = "True" Pulumi.Restore = "True" Pulumi.StackName = "#{pulumi_stack}" Pulumi.WorkingDirectory = "/tmp/ahb-tabellen/pulumi"