Skip to content

Commit

Permalink
Legg til CDN i dev
Browse files Browse the repository at this point in the history
  • Loading branch information
tu55eladd committed May 16, 2024
1 parent 4ec16bb commit dda7e3b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/deploy-dev-gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,12 @@ jobs:
uses: google-github-actions/setup-gcloud@v2
- name: Upload files to GCS
run: gsutil -m rsync -r build gs://veilarbvisittkortfs-dev
- name: Upload to CDN
uses: nais/deploy/actions/cdn-upload/v2
with:
team: pto
source: ./build/
destination: /veilarbvisittkortfs-dev/
no_cache_paths: veilarbvisittkortfs-dev/build/asset-manifest.json
project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}

0 comments on commit dda7e3b

Please sign in to comment.