Compare commits
1 Commits
main
..
f4d5acde5c
| Author | SHA1 | Date | |
|---|---|---|---|
| f4d5acde5c |
@@ -13,7 +13,7 @@ jobs:
|
|||||||
BUILDTOOLS_CONTENT: ${{ secrets.BUILDTOOLS_CONTENT }}
|
BUILDTOOLS_CONTENT: ${{ secrets.BUILDTOOLS_CONTENT }}
|
||||||
GITEA_REPOSITORY: ${{ gitea.repository }}
|
GITEA_REPOSITORY: ${{ gitea.repository }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v6
|
||||||
- uses: buildtool/setup-buildtools-action@v1
|
- uses: buildtool/setup-buildtools-action@v1
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
run: unset GITEA_TOKEN && build && push
|
run: unset GITEA_TOKEN && build && push
|
||||||
@@ -27,7 +27,7 @@ jobs:
|
|||||||
GITEA_REPOSITORY: ${{ gitea.repository }}
|
GITEA_REPOSITORY: ${{ gitea.repository }}
|
||||||
environment: prod
|
environment: prod
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v6
|
||||||
- uses: buildtool/setup-buildtools-action@v1
|
- uses: buildtool/setup-buildtools-action@v1
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
run: deploy prod
|
run: deploy prod
|
||||||
|
|||||||
+1
-1
@@ -12,7 +12,7 @@ COPY . /build
|
|||||||
RUN npm run postinstall && npm run generate && npm run lint
|
RUN npm run postinstall && npm run generate && npm run lint
|
||||||
#RUN yarn start:ci & yarn wait && yarn test:cypress
|
#RUN yarn start:ci & yarn wait && yarn test:cypress
|
||||||
|
|
||||||
FROM amd64/nginx:1.31.2@sha256:7ee510cf2ffa2d94a10f8f8e2f4fb547c0dd3783b56ed9f9efee84a3081ac25c
|
FROM amd64/nginx:1.31.1@sha256:c81b9fbaf3132ca4bc93bce39d423fae676b4fe3ffc6368d8585b38f515f251a
|
||||||
MAINTAINER Joakim Olsson <joakim@unbound.se>
|
MAINTAINER Joakim Olsson <joakim@unbound.se>
|
||||||
|
|
||||||
COPY --from=builder /build/.output/public/ /usr/share/nginx/html/
|
COPY --from=builder /build/.output/public/ /usr/share/nginx/html/
|
||||||
|
|||||||
Generated
+927
-825
File diff suppressed because it is too large
Load Diff
+9
-9
@@ -18,33 +18,33 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "21.0.2",
|
"@commitlint/cli": "21.0.2",
|
||||||
"@commitlint/config-conventional": "21.0.2",
|
"@commitlint/config-conventional": "21.0.2",
|
||||||
"@graphql-codegen/cli": "7.1.3",
|
"@graphql-codegen/cli": "7.1.2",
|
||||||
"@graphql-codegen/fragment-matcher": "7.0.1",
|
"@graphql-codegen/fragment-matcher": "7.0.1",
|
||||||
"@graphql-codegen/typescript": "6.0.2",
|
"@graphql-codegen/typescript": "6.0.2",
|
||||||
"@graphql-codegen/typescript-operations": "6.0.4",
|
"@graphql-codegen/typescript-operations": "6.0.3",
|
||||||
"@graphql-codegen/typescript-vue-apollo": "5.0.1",
|
"@graphql-codegen/typescript-vue-apollo": "5.0.1",
|
||||||
"@nuxt/devtools": "3.2.4",
|
"@nuxt/devtools": "3.2.4",
|
||||||
"@nuxt/eslint": "1.16.0",
|
"@nuxt/eslint": "1.15.2",
|
||||||
"@nuxtjs/i18n": "10.4.0",
|
"@nuxtjs/i18n": "10.4.0",
|
||||||
"@stylistic/eslint-plugin": "5.10.0",
|
"@stylistic/eslint-plugin": "5.10.0",
|
||||||
"@vue/test-utils": "2.4.11",
|
"@vue/test-utils": "2.4.11",
|
||||||
"esbuild": "0.28.1",
|
"esbuild": "0.28.1",
|
||||||
"eslint": "10.5.0",
|
"eslint": "10.4.1",
|
||||||
"eslint-plugin-simple-import-sort": "13.0.0",
|
"eslint-plugin-simple-import-sort": "13.0.0",
|
||||||
"eslint-plugin-vue": "10.9.2",
|
"eslint-plugin-vue": "10.9.2",
|
||||||
"nuxt": "4.4.8",
|
"nuxt": "4.4.8",
|
||||||
"postcss-html": "1.8.1",
|
"postcss-html": "1.8.1",
|
||||||
"sass": "1.101.0",
|
"sass": "1.100.0",
|
||||||
"stylelint": "17.13.0",
|
"stylelint": "17.13.0",
|
||||||
"stylelint-config-recommended-vue": "1.6.1",
|
"stylelint-config-recommended-vue": "1.6.1",
|
||||||
"stylelint-config-standard": "40.0.0",
|
"stylelint-config-standard": "40.0.0",
|
||||||
"typescript": "6.0.3",
|
"typescript": "6.0.3",
|
||||||
"typescript-eslint": "8.61.1",
|
"typescript-eslint": "8.61.0",
|
||||||
"vite-plugin-vuetify": "2.1.3",
|
"vite-plugin-vuetify": "2.1.3",
|
||||||
"vue": "3.5.38",
|
"vue": "3.5.35",
|
||||||
"vue-eslint-parser": "10.4.1",
|
"vue-eslint-parser": "10.4.1",
|
||||||
"vue-router": "5.1.0",
|
"vue-router": "5.1.0",
|
||||||
"vuetify": "4.1.2"
|
"vuetify": "4.1.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@apollo/client": "3.14.1",
|
"@apollo/client": "3.14.1",
|
||||||
@@ -56,7 +56,7 @@
|
|||||||
"@vue/apollo-composable": "4.2.2",
|
"@vue/apollo-composable": "4.2.2",
|
||||||
"date-fns": "4.4.0",
|
"date-fns": "4.4.0",
|
||||||
"graphql": "16.14.2",
|
"graphql": "16.14.2",
|
||||||
"graphql-tag": "2.12.7",
|
"graphql-tag": "2.12.6",
|
||||||
"pinia": "3.0.4",
|
"pinia": "3.0.4",
|
||||||
"pinia-plugin-persistedstate": "4.7.1"
|
"pinia-plugin-persistedstate": "4.7.1"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user