File tree 1 file changed +1
-11
lines changed
1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,4 @@ The function is triggerd by the CDN logs created in a Cloud Storage bucket. It p
6
6
7
7
# Deploy
8
8
9
- This function auto-deploys on merge to the ` main ` branch. Originally configured with the following commands:
10
-
11
- Staging:
12
- ```
13
- gcloud functions deploy linehaul-staging-ingestor --source https://source.developers.google.com/projects/the-psf/repos/github_pypa_linehaul-cloud-function/moveable-aliases/main/paths// --runtime python37 --trigger-bucket linehaul-logs-staging --project the-psf --retry
14
- ```
15
-
16
- Production:
17
- ```
18
- gcloud functions deploy linehaul-ingestor --source https://source.developers.google.com/projects/the-psf/repos/github_pypa_linehaul-cloud-function/moveable-aliases/main/paths// --runtime python38 --trigger-bucket linehaul-logs --project the-psf --retry
19
- ```
9
+ These functions auto-deploy on merge to the ` main ` branch via a Cloud Build trigger on this repository.
You can’t perform that action at this time.
0 commit comments