Skip to content

Commit 7e8acb7

Browse files
authored
Update README.md (#98)
1 parent 60c3a27 commit 7e8acb7

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.md

+1-11
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,4 @@ The function is triggerd by the CDN logs created in a Cloud Storage bucket. It p
66

77
# Deploy
88

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.

0 commit comments

Comments
 (0)