@@ -37,20 +37,20 @@ jobs:
37
37
if : github.ref == 'refs/heads/dev'
38
38
uses : nais/deploy/actions/cdn-upload/v2@master
39
39
with :
40
- team : personoversikt
41
- source : ./packages/internarbeidsflate-decorator-v3/dist/
42
- destination : /internarbeidsflate-decorator-v3/dev/latest
43
- no_cache_paths : " internarbeidsflate-decorator-v3/dev/latest/dist/asset-manifest.json,internarbeidsflate-decorator-v3/dev/latest/dist/bundle.js,internarbeidsflate-decorator-v3/dev/latest/dist/index.css"
44
- identity_provider : ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
45
- project_id : ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
40
+ team : personoversikt
41
+ source : ./packages/internarbeidsflate-decorator-v3/dist/
42
+ destination : /internarbeidsflate-decorator-v3/dev/latest
43
+ no_cache_paths : ' internarbeidsflate-decorator-v3/dev/latest/dist/asset-manifest.json,internarbeidsflate-decorator-v3/dev/latest/dist/bundle.js,internarbeidsflate-decorator-v3/dev/latest/dist/index.css'
44
+ identity_provider : ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
45
+ project_id : ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
46
46
47
47
- name : Upload to CDN prod path
48
48
if : github.ref == 'refs/heads/master'
49
49
uses : nais/deploy/actions/cdn-upload/v2@master
50
50
with :
51
- team : personoversikt
52
- source : ./packages/internarbeidsflate-decorator-v3/dist/
53
- destination : /internarbeidsflate-decorator-v3/prod/latest
54
- no_cache_paths : " internarbeidsflate-decorator-v3/prod/latest/dist/asset-manifest.json,internarbeidsflate-decorator-v3/prod/latest/dist/bundle.js,internarbeidsflate-decorator-v3/prod/latest/dist/index.css"
55
- identity_provider : ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
56
- project_id : ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
51
+ team : personoversikt
52
+ source : ./packages/internarbeidsflate-decorator-v3/dist/
53
+ destination : /internarbeidsflate-decorator-v3/prod/latest
54
+ no_cache_paths : ' internarbeidsflate-decorator-v3/prod/latest/dist/asset-manifest.json,internarbeidsflate-decorator-v3/prod/latest/dist/bundle.js,internarbeidsflate-decorator-v3/prod/latest/dist/index.css'
55
+ identity_provider : ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
56
+ project_id : ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
0 commit comments