Skip to content

Commit a59ea34

Browse files
authored
Re-enable prod, delete staging (#108)
1 parent f59919c commit a59ea34

File tree

1 file changed

+4
-24
lines changed

1 file changed

+4
-24
lines changed

cloudbuild.yaml

+4-24
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,21 @@
11
steps:
22
- name: 'gcr.io/cloud-builders/gcloud'
33
args: [
4-
'functions', 'deploy', 'linehaul-staging-ingestor',
5-
'--trigger-resource', 'linehaul-logs-staging',
4+
'functions', 'deploy', 'linehaul-ingestor',
5+
'--trigger-resource', 'linehaul-logs',
66
'--trigger-event', 'google.storage.object.finalize',
77
'--runtime', 'python311',
88
'--source', '.',
99
'--entry-point', 'process_fastly_log',
1010
'--retry'
1111
]
1212
waitFor: ['-']
13-
#- name: 'gcr.io/cloud-builders/gcloud'
14-
# args: [
15-
# 'functions', 'deploy', 'linehaul-ingestor',
16-
# '--trigger-resource', 'linehaul-logs',
17-
# '--trigger-event', 'google.storage.object.finalize',
18-
# '--runtime', 'python311',
19-
# '--source', '.',
20-
# '--entry-point', 'process_fastly_log',
21-
# '--retry'
22-
# ]
23-
# waitFor: ['-']
2413
- name: 'gcr.io/cloud-builders/gcloud'
2514
args: [
26-
'functions', 'deploy', 'linehaul-staging-publisher',
27-
'--trigger-topic', 'linehaul-staging-publisher-topic',
15+
'functions', 'deploy', 'linehaul-publisher',
16+
'--trigger-topic', 'linehaul-publisher-topic',
2817
'--runtime', 'python311',
2918
'--source', '.',
3019
'--entry-point', 'load_processed_files_into_bigquery',
3120
]
3221
waitFor: ['-']
33-
#- name: 'gcr.io/cloud-builders/gcloud'
34-
# args: [
35-
# 'functions', 'deploy', 'linehaul-publisher',
36-
# '--trigger-topic', 'linehaul-publisher-topic',
37-
# '--runtime', 'python311',
38-
# '--source', '.',
39-
# '--entry-point', 'load_processed_files_into_bigquery',
40-
# ]
41-
# waitFor: ['-']

0 commit comments

Comments
 (0)