Skip to content

Commit

Permalink
Merge pull request #543 from digitalearthafrica/geoserver-add-env-var
Browse files Browse the repository at this point in the history
Add geoserver db env var
  • Loading branch information
lgkgh authored Jan 13, 2025
2 parents 9cc446f + df663f0 commit fe44d0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/apply-geoserver-config-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
GEOSERVER_DOMAIN: "https://geoserver.dev.digitalearth.africa"
GEOSERVER_CONFIG_GIT_BRANCH: ${{ github.head_ref || github.ref_name }}
GEOSERVER_ENV: "dev"
GEOSERVER_DB_DATABASE: ${{ secrets.GEOSERVER_DB_DATABASE }}
DB_HOST: ${{ secrets.DEV_DB_HOST }}
DB_USER: ${{ secrets.DEV_DB_USER }}
DB_PASSWORD: ${{ secrets.DEV_DB_PASSWORD }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/apply-geoserver-config-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
GEOSERVER_DOMAIN: "https://geoserver.digitalearth.africa"
GEOSERVER_CONFIG_GIT_BRANCH: ${{ github.head_ref || github.ref_name }}
GEOSERVER_ENV: "prod"
GEOSERVER_DB_DATABASE: ${{ secrets.GEOSERVER_DB_DATABASE }}
DB_HOST: ${{ secrets.PROD_DB_HOST }}
DB_USER: ${{ secrets.PROD_DB_USER }}
DB_PASSWORD: ${{ secrets.PROD_DB_PASSWORD }}
Expand Down

0 comments on commit fe44d0f

Please sign in to comment.