Skip to content

Commit

Permalink
Merge pull request #789 from Vizzuality/infrastracture/fix_jobs_insta…
Browse files Browse the repository at this point in the history
…nce_build

Infrastracture/fix jobs instance build
  • Loading branch information
Agnieszka Figiel authored Nov 29, 2023
2 parents aeb1661 + a9e0095 commit da52bfb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions infrastructure/base/modules/env/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,15 @@ module "backend_build" {
"--region", var.gcp_region, "--max-instances", var.backend_max_scale
]
},
{
name = "gcr.io/google.com/cloudsdktool/cloud-sdk"
entrypoint = "gcloud"
args = [
"run", "services", "update-traffic", "${var.project_name}-jobs",
"--region", var.gcp_region,
"--to-latest"
]
}
]
}

Expand Down

0 comments on commit da52bfb

Please sign in to comment.