Skip to content

Commit

Permalink
Modify staging environment to monitor cloud storage on staging bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
james03160927 committed Jan 8, 2025
1 parent aac9563 commit 745ec2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/staging/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module "node_pack_extract_trigger" {
}
project_id = var.project_id
region = var.region
bucket_name = "comfy-registry"
bucket_name = "staging-comfy-registry"
cloud_build_service_account = "[email protected]"
trigger_name = "comfy-node-pack-extract-staging"
topic_name = "comfy-registry-event-staging"
Expand Down

0 comments on commit 745ec2f

Please sign in to comment.