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 17, 2023
1 parent 957fa38 commit 71408a3
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 @@ -17,6 +17,7 @@ env: # Change these to your preferences any image url can also be a base encoded
FOOTER_LOGO_HREF: "https://rotterdam.nl/"
FOOTER_CONTENT: "https://raw.githubusercontent.com/ConductionNL/${{github.event.repository.name}}/main/FooterContent.json"
OIDN_NUMBER: " "
ENV_VARS_SET: "true"

on:
push:
Expand Down Expand Up @@ -50,6 +51,7 @@ jobs:
envkey_GATSBY_FOOTER_LOGO_HREF: ${{ env.FOOTER_LOGO_HREF }}
envkey_GATSBY_FOOTER_CONTENT: ${{ env.FOOTER_CONTENT }}
envkey_GATSBY_OIDN_NUMBER: ${{ env.OIDN_NUMBER }}
envkey_GATSBY_ENV_VARS_SET: ${{ env.ENV_VARS_SET }}
directory: pwa/static
file_name: .env.production
fail_on_empty: true
Expand Down

0 comments on commit 71408a3

Please sign in to comment.