Skip to content

Commit

Permalink
Merge pull request #272 from JulianNymark/master
Browse files Browse the repository at this point in the history
add cache_invalidation to spa-deploy action
  • Loading branch information
Kyrremann authored Feb 5, 2025
2 parents 088fa39 + 76f00d4 commit 4a848ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions actions/spa-deploy/v2/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ inputs:
identity_provider:
description: "Google Workload Identity Provider"
required: false
cache_invalidation:
description: "Cache invalidation"
required: false
default: "false"

outputs:
url:
Expand Down Expand Up @@ -61,6 +65,7 @@ runs:
destination: ${{ steps.setup.outputs.cdn-destination }}
project_id: ${{ inputs.project_id }}
identity_provider: ${{ inputs.identity_provider }}
cache_invalidation: ${{ inputs.cache_invalidation == 'true' }}

- id: nais-deploy
name: Deploy SPA to NAIS
Expand Down

0 comments on commit 4a848ad

Please sign in to comment.