From 0efc0d156d844fe0f48896753c3493b6e2fe4938 Mon Sep 17 00:00:00 2001 From: kevin <68426071+hf-krechan@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:59:58 +0000 Subject: [PATCH] create stack if not already exist --- .octopus/deployment_process.ocl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"