Skip to content

Commit

Permalink
updated page deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Feb 9, 2024
1 parent 5e92afa commit 7c3ebc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/woo-page-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env: # Change these to your preferences any image url can also be a base encoded
FOOTER_LOGO_HREF: "https://www.gouda.nl/"
FOOTER_CONTENT: "https://raw.githubusercontent.com/ConductionNL/${{github.event.repository.name}}/main/FooterContent.json"
FOOTER_CONTENT_HEADER: "heading-4"
# OIDN_NUMBER: " "
OIDN_NUMBER: "00000001001997956000"
ENV_VARS_SET: "true"

on:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
envkey_GATSBY_FOOTER_LOGO_HREF: ${{ env.FOOTER_LOGO_HREF }}
envkey_GATSBY_FOOTER_CONTENT: ${{ env.FOOTER_CONTENT }}
envkey_GATSBY_FOOTER_CONTENT_HEADER: ${{ env.FOOTER_CONTENT_HEADER }}
# envkey_GATSBY_OIDN_NUMBER: ${{ env.OIDN_NUMBER }}
envkey_GATSBY_OIDN_NUMBER: ${{ env.OIDN_NUMBER }}
envkey_GATSBY_ENV_VARS_SET: ${{ env.ENV_VARS_SET }}
directory: pwa/static
file_name: .env.production
Expand Down

0 comments on commit 7c3ebc0

Please sign in to comment.