Skip to content

Commit 8e5635d

Browse files
committed
deploy prod to do
Signed-off-by: Ivan Milchev <ivan@mondoo.com>
1 parent 8dbf7fb commit 8e5635d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
kustomize edit set annotation app.komodor.com/app.ref:$GITHUB_SHA
241241
242242
- name: Set kubeconfig
243-
run: echo ${{ secrets.K8S_CONFIG }} | base64 -d > config.yaml
243+
run: echo ${{ secrets.K8S_CONFIG_DO }} | base64 -d > config.yaml
244244

245245
- name: Apply new manifests
246246
run: kubectl apply -k manifests/overlays/production --kubeconfig config.yaml

0 commit comments

Comments
 (0)