Skip to content

Commit 854ea1e

Browse files
authored
Update region to us-central1 (#166)
1 parent 14d59ab commit 854ea1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cloudbuild.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ steps:
33
args: [
44
'functions', 'deploy', 'linehaul-ingestor',
55
'--gen2',
6-
'--region', 'us-east5',
6+
'--region', 'us-central1',
77
'--trigger-resource', 'linehaul-logs',
88
'--trigger-event', 'google.storage.object.finalize',
99
'--runtime', 'python311',
@@ -16,7 +16,7 @@ steps:
1616
args: [
1717
'functions', 'deploy', 'linehaul-publisher',
1818
'--gen2',
19-
'--region', 'us-east5',
19+
'--region', 'us-central1',
2020
'--trigger-topic', 'linehaul-publisher-topic',
2121
'--runtime', 'python311',
2222
'--source', '.',

0 commit comments

Comments
 (0)