Merge pull request 'ci: add KUBECONFIG_CONTENT secret to deploy job' (#146) from kubeconfig-secret into master
dancefetcher / build (push) Successful in 4m7s
dancefetcher / deploy-prod (push) Failing after 32s

Reviewed-on: #146
This commit was merged in pull request #146.
This commit is contained in:
2026-01-07 16:22:43 +00:00
+1
View File
@@ -25,6 +25,7 @@ jobs:
env: env:
BUILDTOOLS_CONTENT: ${{ secrets.BUILDTOOLS_CONTENT }} BUILDTOOLS_CONTENT: ${{ secrets.BUILDTOOLS_CONTENT }}
GITEA_REPOSITORY: ${{ gitea.repository }} GITEA_REPOSITORY: ${{ gitea.repository }}
KUBECONFIG_CONTENT: ${{ secrets.KUBECONFIG_CONTENT }}
environment: prod environment: prod
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4