11 Commits

Author SHA1 Message Date
argoyle c07b414c60 chore: remove GitLab CI pipeline
dancefinder-app / build (pull_request) Successful in 2m22s
dancefinder-app / deploy-prod (pull_request) Has been skipped
2026-01-08 20:37:12 +01:00
argoyle 6f5726e90a Merge pull request 'chore(deps): update dependency sass to v1.97.2' (#2729) from renovate/sass-1.x into main
dancefinder-app / build (push) Successful in 2m2s
dancefinder-app / deploy-prod (push) Failing after 2m33s
Reviewed-on: #2729
2026-01-08 14:04:12 +00:00
renovate 4aad8a72c0 chore(deps): update dependency sass to v1.97.2
dancefinder-app / build (pull_request) Successful in 6m26s
dancefinder-app / deploy-prod (pull_request) Has been skipped
2026-01-08 09:14:36 +00:00
argoyle 4a9925cbcc Merge pull request 'ci: remove aws-iam-authenticator (using service account auth)' (#2734) from remove-aws-iam-auth into main
dancefinder-app / build (push) Successful in 1m33s
dancefinder-app / deploy-prod (push) Successful in 35s
Reviewed-on: #2734
2026-01-08 08:51:48 +00:00
argoyle 20bd75be57 ci: remove aws-iam-authenticator (using service account auth)
dancefinder-app / build (pull_request) Successful in 2m31s
dancefinder-app / deploy-prod (pull_request) Has been skipped
2026-01-08 09:33:11 +01:00
argoyle f9745af6f8 Merge pull request 'ci: remove KUBECONFIG_CONTENT (runner env var)' (#2733) from remove-kubeconfig into main
dancefinder-app / build (push) Successful in 2m6s
dancefinder-app / deploy-prod (push) Failing after 30s
Reviewed-on: #2733
2026-01-08 07:30:37 +00:00
argoyle 65f59ce651 ci: remove KUBECONFIG_CONTENT (runner env var)
dancefinder-app / build (pull_request) Successful in 1m42s
dancefinder-app / deploy-prod (pull_request) Has been skipped
2026-01-08 08:24:43 +01:00
argoyle 08041cc581 Merge pull request 'ci: add KUBECONFIG_CONTENT secret to deploy job' (#2732) from kubeconfig-secret into main
dancefinder-app / build (push) Successful in 1m23s
dancefinder-app / deploy-prod (push) Failing after 32s
Reviewed-on: #2732
2026-01-08 07:01:06 +00:00
argoyle 5d09de55bf ci: add KUBECONFIG_CONTENT secret to deploy job
dancefinder-app / build (pull_request) Successful in 1m9s
dancefinder-app / deploy-prod (pull_request) Has been skipped
2026-01-07 22:24:51 +01:00
argoyle 418952b905 Merge pull request 'chore(deps): update actions/checkout action to v6' (#2731) from renovate/actions-checkout-6.x into main
dancefinder-app / build (push) Failing after 2m28s
dancefinder-app / deploy-prod (push) Has been skipped
Reviewed-on: #2731
2026-01-07 18:34:34 +00:00
renovate 406b3c696e chore(deps): update actions/checkout action to v6
dancefinder-app / build (pull_request) Successful in 52s
dancefinder-app / deploy-prod (pull_request) Has been skipped
2026-01-07 16:03:06 +00:00
4 changed files with 7 additions and 34 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ jobs:
BUILDTOOLS_CONTENT: ${{ secrets.BUILDTOOLS_CONTENT }}
GITEA_REPOSITORY: ${{ gitea.repository }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: buildtool/setup-buildtools-action@v1
- name: Build and push
run: unset GITEA_TOKEN && build && push
@@ -27,7 +27,7 @@ jobs:
GITEA_REPOSITORY: ${{ gitea.repository }}
environment: prod
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: buildtool/setup-buildtools-action@v1
- name: Deploy
run: deploy prod
-27
View File
@@ -1,27 +0,0 @@
include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
- project: unboundsoftware/ci-templates
file: Defaults.gitlab-ci.yml
stages:
- build
- deploy
image: buildtool/build-tools:${BUILDTOOLS_VERSION}
build:
stage: build
script:
- build
- push
deploy-to-prod:
stage: deploy
when: on_success
script:
- echo Deploy to PROD.
- deploy prod
environment:
name: prod
only:
- main
+4 -4
View File
@@ -44,7 +44,7 @@
"eslint-plugin-vue": "10.6.2",
"nuxt": "4.2.2",
"postcss-html": "1.8.0",
"sass": "1.97.1",
"sass": "1.97.2",
"stylelint": "16.26.1",
"stylelint-config-recommended-vue": "1.6.1",
"stylelint-config-standard": "39.0.1",
@@ -20063,9 +20063,9 @@
"license": "MIT"
},
"node_modules/sass": {
"version": "1.97.1",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.97.1.tgz",
"integrity": "sha512-uf6HoO8fy6ClsrShvMgaKUn14f2EHQLQRtpsZZLeU/Mv0Q1K5P0+x2uvH6Cub39TVVbWNSrraUhDAoFph6vh0A==",
"version": "1.97.2",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.97.2.tgz",
"integrity": "sha512-y5LWb0IlbO4e97Zr7c3mlpabcbBtS+ieiZ9iwDooShpFKWXf62zz5pEPdwrLYm+Bxn1fnbwFGzHuCLSA9tBmrw==",
"dev": true,
"license": "MIT",
"dependencies": {
+1 -1
View File
@@ -36,7 +36,7 @@
"eslint-plugin-vue": "10.6.2",
"nuxt": "4.2.2",
"postcss-html": "1.8.0",
"sass": "1.97.1",
"sass": "1.97.2",
"stylelint": "16.26.1",
"stylelint-config-recommended-vue": "1.6.1",
"stylelint-config-standard": "39.0.1",