Skip to content

Commit

Permalink
Add env var to docker run
Browse files Browse the repository at this point in the history
  • Loading branch information
lgkgh committed Jan 13, 2025
1 parent 4ec0aac commit db89ed9
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 @@ -46,6 +46,7 @@ jobs:
-e GEOSERVER_COLLECTION_LIST=${{ env.GEOSERVER_COLLECTION_LIST }} \
-e GEOSERVER_CONFIG_GIT_BRANCH=${{ env.GEOSERVER_CONFIG_GIT_BRANCH }} \
-e GEOSERVER_ENV=${{ env.GEOSERVER_ENV }} \
-e GEOSERVER_DB_DATABASE=${{ env.GEOSERVER_DB_DATABASE }} \
-e DB_HOST=${{ env.DB_HOST }} \
-e DB_USER=${{ env.DB_USER }} \
-e DB_PASSWORD=${{ env.DB_PASSWORD }} \
Expand Down

0 comments on commit db89ed9

Please sign in to comment.