Skip to content

Commit

Permalink
Update woo-page-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 authored Nov 23, 2023
1 parent 71408a3 commit 1765952
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/woo-page-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ env: # Change these to your preferences any image url can also be a base encoded
GITHUB_REPOSITORY_NAME: ${{ github.event.repository.name }}
API_BASE_URL: "https://api.gateway.commonground.nu/api"
NL_DESIGN_THEME_CLASSNAME: "rotterdam-theme"
DEV_ENVIRONMENT: "true"
FAVICON_URL: "https://www.rotterdam.nl/favicon.ico?v=2"
HEADER_LOGO_URL: "https://www.rotterdam.nl/images/logo-base.svg"
ORGANISATION_NAME: "Rotterdam"
Expand Down Expand Up @@ -43,6 +44,7 @@ jobs:
envkey_USE_GITHUB_REPOSITORY_NAME_AS_PATH_PREFIX: ${{ env.USE_GITHUB_REPOSITORY_NAME_AS_PATH_PREFIX }}
envkey_GATSBY_API_BASE_URL: ${{ env.API_BASE_URL }}
envkey_GATSBY_NL_DESIGN_THEME_CLASSNAME: ${{ env.NL_DESIGN_THEME_CLASSNAME }}
envkey_GATSBY_DEV_ENVIRONMENT: ${{ env.DEV_ENVIRONMENT }}
envkey_GATSBY_FAVICON_URL: ${{ env.FAVICON_URL }}
envkey_GATSBY_HEADER_LOGO_URL: ${{ env.HEADER_LOGO_URL }}
envkey_GATSBY_ORGANISATION_NAME: ${{ env.ORGANISATION_NAME }}
Expand Down

0 comments on commit 1765952

Please sign in to comment.