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({
2424 siteDescription : '' ,
2525 language : 'en-US' ,
2626 titleSeparator : '·' ,
27- studio : {
28- tokens : '' ,
29- } ,
3027 } ,
3128 } ,
3229
3330 experimental : {
3431 viewTransition : true ,
35- }
32+ } ,
3633} )
Original file line number Diff line number Diff line change @@ -12,9 +12,6 @@ export default defineNuxtConfig({
1212 siteDescription : '' ,
1313 language : 'en-US' ,
1414 titleSeparator : '·' ,
15- studio : {
16- tokens : '' ,
17- } ,
1815 } ,
1916 } ,
2017} )
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ services:
1212 - cssninja-services
1313 environment :
1414 - NUXT_PUBLIC_FRONTEND_URL=https://stylo.${HOST:-127.0.0.1.nip.io}/
15- - NUXT_PUBLIC_STUDIO_TOKENS=${STUDIO_TOKENS}
1615 labels :
1716 traefik.enable : true
1817 traefik.docker.network : ' cssninja-services'
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ services:
1212 - cssninja-services
1313 environment :
1414 - NUXT_PUBLIC_FRONTEND_URL=https://stylo-cooking.${HOST:-127.0.0.1.nip.io}/
15- - NUXT_PUBLIC_STUDIO_TOKENS=${STUDIO_TOKENS}
1615 labels :
1716 traefik.enable : true
1817 traefik.docker.network : ' cssninja-services'
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ services:
1212 - cssninja-services
1313 environment :
1414 - NUXT_PUBLIC_FRONTEND_URL=https://stylo-starter.${HOST:-127.0.0.1.nip.io}/
15- - NUXT_PUBLIC_STUDIO_TOKENS=${STUDIO_TOKENS}
1615 labels :
1716 traefik.enable : true
1817 traefik.docker.network : ' cssninja-services'
Original file line number Diff line number Diff line change 6565 - run : corepack enable
6666 - run : pnpm install --frozen-lockfile
6767 - 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
6969 - run : cp .github/env/shared/Dockerfile .blog/Dockerfile
7070
7171 - name : Set up dockertags
Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ export default defineNuxtConfig({
88 siteDescription : '' ,
99 language : 'en-US' ,
1010 titleSeparator : '·' ,
11- studio : {
12- tokens : '' ,
13- } ,
1411 } ,
1512 } ,
1613} )
You can’t perform that action at this time.
0 commit comments