File tree Expand file tree Collapse file tree 7 files changed +2
-14
lines changed Expand file tree Collapse file tree 7 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,10 @@ export default defineNuxtConfig({
24
24
siteDescription : '' ,
25
25
language : 'en-US' ,
26
26
titleSeparator : '·' ,
27
- studio : {
28
- tokens : '' ,
29
- } ,
30
27
} ,
31
28
} ,
32
29
33
30
experimental : {
34
31
viewTransition : true ,
35
- }
32
+ } ,
36
33
} )
Original file line number Diff line number Diff line change @@ -12,9 +12,6 @@ export default defineNuxtConfig({
12
12
siteDescription : '' ,
13
13
language : 'en-US' ,
14
14
titleSeparator : '·' ,
15
- studio : {
16
- tokens : '' ,
17
- } ,
18
15
} ,
19
16
} ,
20
17
} )
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ services:
12
12
- cssninja-services
13
13
environment :
14
14
- NUXT_PUBLIC_FRONTEND_URL=https://stylo.${HOST:-127.0.0.1.nip.io}/
15
- - NUXT_PUBLIC_STUDIO_TOKENS=${STUDIO_TOKENS}
16
15
labels :
17
16
traefik.enable : true
18
17
traefik.docker.network : ' cssninja-services'
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ services:
12
12
- cssninja-services
13
13
environment :
14
14
- NUXT_PUBLIC_FRONTEND_URL=https://stylo-cooking.${HOST:-127.0.0.1.nip.io}/
15
- - NUXT_PUBLIC_STUDIO_TOKENS=${STUDIO_TOKENS}
16
15
labels :
17
16
traefik.enable : true
18
17
traefik.docker.network : ' cssninja-services'
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ services:
12
12
- cssninja-services
13
13
environment :
14
14
- NUXT_PUBLIC_FRONTEND_URL=https://stylo-starter.${HOST:-127.0.0.1.nip.io}/
15
- - NUXT_PUBLIC_STUDIO_TOKENS=${STUDIO_TOKENS}
16
15
labels :
17
16
traefik.enable : true
18
17
traefik.docker.network : ' cssninja-services'
Original file line number Diff line number Diff line change 65
65
- run : corepack enable
66
66
- run : pnpm install --frozen-lockfile
67
67
- run : echo '{"extends":"./.blog/.nuxt/tsconfig.json"}' > tsconfig.json
68
- - run : pnpm build
68
+ - run : NUXT_PUBLIC_STUDIO_TOKENS=${{ secrets.BLOG_STUDIO_TOKENS }} pnpm build
69
69
- run : cp .github/env/shared/Dockerfile .blog/Dockerfile
70
70
71
71
- name : Set up dockertags
Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ export default defineNuxtConfig({
8
8
siteDescription : '' ,
9
9
language : 'en-US' ,
10
10
titleSeparator : '·' ,
11
- studio : {
12
- tokens : '' ,
13
- } ,
14
11
} ,
15
12
} ,
16
13
} )
You can’t perform that action at this time.
0 commit comments