Skip to content

Commit

Permalink
fix: point sitemap generation at prod contentful
Browse files Browse the repository at this point in the history
  • Loading branch information
mattb-hippo committed Feb 17, 2025
1 parent 2c24efb commit cb69fb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-sitemap-auto-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:
jobs:
generate-sitemap:
runs-on: ubuntu-latest
environment: dev
environment: master

env:
DELIVERY_KEY: ${{ secrets.TF_VAR_CPD_DELIVERY_KEY }}
SPACE_ID: ${{ secrets.TF_VAR_CPD_SPACE_ID }}
CONTENTFUL_ENVIRONMENT: dev
CONTENTFUL_ENVIRONMENT: prod
WEBSITE_ROOT: ${{ vars.CPD_WEBSITE_ROOT }}
SITEMAP_FILE_PATH: ${{ github.workspace }}/${{ vars.CPD_SITEMAP_FILE_PATH }}

Expand Down

0 comments on commit cb69fb8

Please sign in to comment.