Skip to content

Commit

Permalink
Update working branch (#18)
Browse files Browse the repository at this point in the history
* Rebase postgres provider

* Update to include contact info

per geopython/pygeoapi#1839

* Update deploy.yml

* Update deployment version
  • Loading branch information
webb-ben authored Nov 11, 2024
1 parent d891515 commit a48e53f
Show file tree
Hide file tree
Showing 3 changed files with 190 additions and 141 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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 }}
Expand Down
4 changes: 4 additions & 0 deletions pygeoapi/features.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading

0 comments on commit a48e53f

Please sign in to comment.