Skip to content

Commit

Permalink
Add GEOSERVER_DB_DATABASE env var
Browse files Browse the repository at this point in the history
  • Loading branch information
lgkgh committed Jan 13, 2025
1 parent e0c5407 commit 4ec0aac
Showing 1 changed file with 1 addition 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

0 comments on commit 4ec0aac

Please sign in to comment.