-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rebase postgres provider * Update to include contact info per geopython/pygeoapi#1839 * Update deploy.yml * Update deployment version
- Loading branch information
Showing
3 changed files
with
190 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Generate sql data | ||
uses: cgs-earth/[email protected] | ||
|
@@ -29,13 +29,13 @@ jobs: | |
resource: 495b65e56e994289baaa5feeb401358e | ||
|
||
- name: Set up Cloud SDK | ||
uses: "google-github-actions/auth@v1" | ||
uses: "google-github-actions/auth@v2" | ||
with: | ||
credentials_json: ${{ secrets.GCP_SA_TOKEN }} | ||
|
||
- name: Upload backup to GCP Bucket | ||
id: upload-files | ||
uses: google-github-actions/upload-cloud-storage@v0 | ||
uses: google-github-actions/upload-cloud-storage@v2 | ||
with: | ||
path: . | ||
destination: ${{ env.REGISTRY }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,6 +82,10 @@ metadata: | |
country: USA | ||
email: [email protected] | ||
url: https://internetofwater.org | ||
phone: +1-617-661-3016 | ||
fax: +1-617-661-7235 | ||
hours: Hours of Service | ||
instructions: During hours of service. Off on weekends. | ||
role: pointOfContact | ||
|
||
resources: | ||
|
Oops, something went wrong.