Skip to content

Commit

Permalink
Update deployment process
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrousseau authored and Octopus Deploy committed Aug 9, 2024
1 parent d7074d0 commit d41d0e1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .octopus/deployment_process.ocl
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,15 @@ step "deploy-frontend-service" {
Octopus.Action.KubernetesContainers.CustomResourceYamlFileName = "*.yaml"
Octopus.Action.KubernetesContainers.Namespace = "#{Octopub.Yaml.Cluster.Namespace}"
Octopus.Action.Package.JsonConfigurationVariablesTargets = "**/*.{yml,yaml}"
Octopus.Action.RunOnServer = "false"
Octopus.Action.Script.ScriptSource = "GitRepository"
OctopusUseBundledTooling = "False"
}
worker_pool = "hosted-ubuntu"

container {
feed = "docker-hub"
image = "octopusdeploy/worker-tools:6.2.1-ubuntu.22.04"
}
worker_pool_variable = ""

packages "octopub-frontend" {
acquisition_location = "NotAcquired"
Expand Down

0 comments on commit d41d0e1

Please sign in to comment.