2 Commits

Author SHA1 Message Date
argoyle 09ad6ff43a ci: add KUBECONFIG_CONTENT secret to deploy job
geo-service / build (pull_request) Failing after 1m53s
geo-service / deploy-prod (pull_request) Has been skipped
2026-01-07 17:11:23 +01:00
argoyle e7214fbf82 Merge pull request 'ci: migrate from GitLab CI to Gitea Actions' (#248) from ci-migrate-gitlab-to-gitea into master
geo-service / build (push) Successful in 38s
geo-service / deploy-prod (push) Failing after 38s
Reviewed-on: #248
2026-01-07 15:57:15 +00:00
+1
View File
@@ -25,6 +25,7 @@ jobs:
env:
BUILDTOOLS_CONTENT: ${{ secrets.BUILDTOOLS_CONTENT }}
GITEA_REPOSITORY: ${{ gitea.repository }}
KUBECONFIG_CONTENT: ${{ secrets.KUBECONFIG_CONTENT }}
environment: prod
steps:
- uses: actions/checkout@v4