Skip to content

Commit

Permalink
Change cloud-scheduler name to respect environment for node-pack-extract
Browse files Browse the repository at this point in the history
  • Loading branch information
james03160927 committed Jan 2, 2025
1 parent 3bd5425 commit f6010d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion infrastructure/prod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ provider "google" {
}

module "node_pack_extract_trigger" {
source = "../modules/node-pack-extract-trigger"
source = "../modules/node-pack-extract-trigger"
providers = {
google = google
}
Expand All @@ -23,4 +23,5 @@ module "node_pack_extract_trigger" {
cloud_build_service_account = "[email protected]"
topic_name = "comfy-registry-event"
registry_backend_url = "https://api.comfy.org"
backfill_job_name = "comfy-node-pack-backfill"
}
3 changes: 2 additions & 1 deletion infrastructure/staging/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ provider "google" {
}

module "node_pack_extract_trigger" {
source = "../modules/node-pack-extract-trigger"
source = "../modules/node-pack-extract-trigger"
providers = {
google = google
}
Expand All @@ -23,4 +23,5 @@ module "node_pack_extract_trigger" {
cloud_build_service_account = "[email protected]"
topic_name = "comfy-registry-event-staging"
registry_backend_url = "https://stagingapi.comfy.org"
backfill_job_name = "comfy-node-pack-backfill-staging"
}

0 comments on commit f6010d5

Please sign in to comment.