Skip to content

Commit 14d59ab

Browse files
authored
Specify GCF region (#165)
1 parent 3f7bced commit 14d59ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cloudbuild.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ steps:
33
args: [
44
'functions', 'deploy', 'linehaul-ingestor',
55
'--gen2',
6+
'--region', 'us-east5',
67
'--trigger-resource', 'linehaul-logs',
78
'--trigger-event', 'google.storage.object.finalize',
89
'--runtime', 'python311',
@@ -15,6 +16,7 @@ steps:
1516
args: [
1617
'functions', 'deploy', 'linehaul-publisher',
1718
'--gen2',
19+
'--region', 'us-east5',
1820
'--trigger-topic', 'linehaul-publisher-topic',
1921
'--runtime', 'python311',
2022
'--source', '.',

0 commit comments

Comments
 (0)