We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a69242 commit b4dd576Copy full SHA for b4dd576
terraform/modules/cloudbuild/main.tf
@@ -141,7 +141,7 @@ resource "google_cloudbuild_trigger" "frontend" {
141
dynamic "source_to_build" {
142
for_each = var.environment != "dev" ? [1] : []
143
content {
144
- ref = "refs/heads/fellows-experimental"
+ ref = "refs/heads/develop"
145
repo_type = "GITHUB"
146
uri = "https://github.com/datakind/sst-app-ui"
147
}
0 commit comments