Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
c setter cdn upload til v2 et sted det var glemt
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Apr 8, 2024
1 parent a9c5dee commit bb7fc1f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,13 @@ jobs:
run: 'REACT_APP_MICRO="true" REACT_APP_VERSION_HASH=${{ github.sha }} REACT_APP_BUILD_TIMESTAMP=$(date +"%Y-%m-%dT%H:%M:%S") NODE_ENV=production npm run build:cdn'

- name: cdn-upload-js
uses: navikt/frontend/actions/cdn-upload/v1@main
uses: navikt/frontend/actions/cdn-upload/v2@master
with:
cdn-team-name: paw
source: ./dist/js
destination: '/aia/'
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}

- name: 'Build demo'
run: 'REACT_APP_MICRO="true" REACT_APP_VERSION_HASH=${{ github.sha }} REACT_APP_BUILD_TIMESTAMP=$(date +"%Y-%m-%dT%H:%M:%S") NODE_ENV=production npm run build:demo'
Expand Down

0 comments on commit bb7fc1f

Please sign in to comment.