Skip to content

Commit

Permalink
Legge til cdn secret and projectId
Browse files Browse the repository at this point in the history
  • Loading branch information
nattaphongklinjan committed Mar 19, 2024
1 parent eed2181 commit df9a5cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ jobs:
id-token: "write"
steps:
- uses: actions/cache@v4
id: restore-build
with:
path: |
./build
Expand All @@ -107,6 +106,8 @@ jobs:
team: teamdagpenger
source: ./public
destination: "/dp-rapportering-frontend/"
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}

deploy-dev:
needs: [build, test, upload-cdn]
Expand Down

0 comments on commit df9a5cc

Please sign in to comment.