3 Commits

Author SHA1 Message Date
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 -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