formatting
Deploy k8s Infra / Pulumi Deploy (push) Successful in 49s
Deploy k8s Apps / Pulumi Preview (push) Has been skipped
Deploy k8s Infra / Pulumi Preview (push) Has been skipped
Deploy k8s Apps / Pulumi Deploy (push) Successful in 49s

This commit is contained in:
2026-06-06 04:52:54 +02:00
parent 284f338e68
commit 64b83c04de
+6 -6
View File
@@ -6,14 +6,14 @@ on:
branches:
- main
paths:
- '03-k8s-infra/**'
- '.gitea/workflows/**'
- "03-k8s-infra/**"
- ".gitea/workflows/**"
pull_request:
branches:
- main
paths:
- '03-k8s-infra/**'
- '.gitea/workflows/**'
- "03-k8s-infra/**"
- ".gitea/workflows/**"
jobs:
preview:
@@ -27,7 +27,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '24'
node-version: "24"
- name: Restore Stack Config
run: echo "${{ secrets.K8S_INFRA_PULUMI_DEV_YAML }}" | base64 -d > 03-k8s-infra/Pulumi.dev.yaml
@@ -60,7 +60,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '24'
node-version: "24"
- name: Restore Stack Config
run: echo "${{ secrets.K8S_INFRA_PULUMI_DEV_YAML }}" | base64 -d > 03-k8s-infra/Pulumi.dev.yaml