diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 306f036a..008ff2f7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -116,27 +116,27 @@ jobs: retention-days: 7 - upload-cdn: - name: Last opp statiske filer til CDN - needs: [ build ] - runs-on: ubuntu-latest - permissions: - contents: "read" - id-token: "write" - steps: - - name: Download a single artifact - uses: actions/download-artifact@v4 - with: - name: bygg-filer - - - name: Upload static files - uses: nais/deploy/actions/cdn-upload/v2@master - with: - team: teamdagpenger - source: build/ - destination: "/dp-saksbehandling-frontend/" - identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }} - project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }} + # upload-cdn: + # name: Last opp statiske filer til CDN + # needs: [ build ] + # runs-on: ubuntu-latest + # permissions: + # contents: "read" + # id-token: "write" + # steps: + # - name: Download a single artifact + # uses: actions/download-artifact@v4 + # with: + # name: bygg-filer + # + # - name: Upload static files + # uses: nais/deploy/actions/cdn-upload/v2@master + # with: + # team: teamdagpenger + # source: build/ + # destination: "/dp-saksbehandling-frontend/" + # identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }} + # project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }} deploy-dev: