3
3
- CDN
4
4
---
5
5
6
- # CDN
6
+ # Content Delivery Network ( CDN)
7
7
8
- Reference documentation for the [ CDN] ( ../explanation/workloads/ cdn.md ) deploy action .
8
+ This is the reference documentation for the [ CDN] ( ../explanation/cdn.md ) service .
9
9
10
- ## Inputs
10
+ ## How-to guides
11
+
12
+ - :dart : [ Upload assets to the CDN] ( ../how-to-guides/cdn.md )
13
+
14
+ ## CDN Deploy Action
15
+
16
+ Reference documentation for the CDN GitHub action.
17
+
18
+ ### Inputs
11
19
12
20
The action accepts the following inputs:
13
21
14
- | input | description | default | required |
15
- | --------------------| ---------------------------------------------------------| ---------| ----------|
16
- | team-name | Team name | ❌ | true |
17
- | destination | Destination directory | ❌ | true |
18
- | source | Source directory | ❌ | true |
19
- | cache-invalidation | Invalidate cached content after upload | ` false ` | false |
20
- | no-cache-paths | Comma separated list of paths that should not be cached | ` "" ` | false |
22
+ | input | description | default | required |
23
+ | -------------------------| ------------------------------------------------------------| ---------| ----------|
24
+ | team | Team name | ❌ | true |
25
+ | tenant | Tenant name | ` "nav" ` | false |
26
+ | source | Source directory | ❌ | true |
27
+ | destination | Destination directory | ❌ | true |
28
+ | source_keep_parent_name | Keep parent directory name when uploading | ` true ` | false |
29
+ | cache_invalidation | Invalidate cached content after upload | ` false ` | false |
30
+ | no_cache_paths | Comma separated list of paths that should not be cached | ` "" ` | false |
31
+ | project_id | Should be ` ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }} ` | ` "" ` | true |
32
+ | identity_provider | Should be ` ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }} ` | ` "" ` | true |
21
33
22
- ## Outputs
34
+ ### Outputs
23
35
24
- ### ` uploaded `
36
+ #### ` uploaded `
25
37
26
38
List of successfully uploaded files.
27
39
@@ -32,7 +44,7 @@ For example:
32
44
``` yaml
33
45
- id : ' upload-cdn'
34
46
name : Upload static files to NAV CDN
35
- uses : navikt/frontend /actions/cdn-upload/v2
47
+ uses : nais/deploy /actions/cdn-upload/v2@master
36
48
...
37
49
```
38
50
0 commit comments