2 Commits

Author SHA1 Message Date
argoyle acfd041884 ci: add KUBECONFIG_CONTENT secret to deploy job
dancefetcher / build (pull_request) Successful in 7m33s
dancefetcher / deploy-prod (pull_request) Has been skipped
2026-01-07 17:12:24 +01:00
argoyle 87778defbf Merge pull request 'ci: migrate from GitLab CI to Gitea Actions' (#144) from ci-migrate-gitlab-to-gitea-actions into master
dancefetcher / build (push) Successful in 5m41s
dancefetcher / deploy-prod (push) Failing after 6s
Reviewed-on: #144
2026-01-07 15:56:26 +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