Skip to content

Commit

Permalink
Update region to us-central1 (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
di authored Mar 25, 2024
1 parent 14d59ab commit 854ea1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ steps:
args: [
'functions', 'deploy', 'linehaul-ingestor',
'--gen2',
'--region', 'us-east5',
'--region', 'us-central1',
'--trigger-resource', 'linehaul-logs',
'--trigger-event', 'google.storage.object.finalize',
'--runtime', 'python311',
Expand All @@ -16,7 +16,7 @@ steps:
args: [
'functions', 'deploy', 'linehaul-publisher',
'--gen2',
'--region', 'us-east5',
'--region', 'us-central1',
'--trigger-topic', 'linehaul-publisher-topic',
'--runtime', 'python311',
'--source', '.',
Expand Down

0 comments on commit 854ea1e

Please sign in to comment.