Skip to content

Commit

Permalink
create stack if not already exist
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-krechan authored and Octopus Deploy committed Dec 16, 2024
1 parent a12c44c commit 0efc0d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .octopus/deployment_process.ocl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 0efc0d1

Please sign in to comment.