4 Commits

Author SHA1 Message Date
argoyle 7ca5fa7b3c chore: remove GitLab CI pipeline
geo-service / build (pull_request) Successful in 2m44s
geo-service / deploy-prod (pull_request) Has been skipped
2026-01-08 20:36:56 +01:00
argoyle 47d05592a7 Merge pull request 'chore(deps): update actions/checkout action to v6' (#250) from renovate/actions-checkout-6.x into master
geo-service / build (push) Successful in 1m47s
geo-service / deploy-prod (push) Failing after 2m40s
Reviewed-on: #250
2026-01-08 09:21:46 +00:00
renovate 562a5a70e4 chore(deps): update actions/checkout action to v6
geo-service / build (pull_request) Successful in 2m1s
geo-service / deploy-prod (pull_request) Has been skipped
2026-01-08 09:17:26 +00:00
argoyle dd65cb20c1 Merge pull request 'ci: add debug logging for KUBECONFIG_CONTENT' (#253) from debug-kubeconfig into master
geo-service / build (push) Successful in 9m35s
geo-service / deploy-prod (push) Failing after 2m31s
Reviewed-on: #253
2026-01-08 09:01:24 +00:00
2 changed files with 2 additions and 29 deletions
+2 -2
View File
@@ -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@v4 - 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@v4 - 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
-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:
stage: deploy
when: on_success
script:
- echo Deploying
- deploy prod
environment:
name: prod
only:
- master