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: branches:
- main - main
paths: paths:
- '03-k8s-infra/**' - "03-k8s-infra/**"
- '.gitea/workflows/**' - ".gitea/workflows/**"
pull_request: pull_request:
branches: branches:
- main - main
paths: paths:
- '03-k8s-infra/**' - "03-k8s-infra/**"
- '.gitea/workflows/**' - ".gitea/workflows/**"
jobs: jobs:
preview: preview:
@@ -27,7 +27,7 @@ jobs:
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: '24' node-version: "24"
- name: Restore Stack Config - name: Restore Stack Config
run: echo "${{ secrets.K8S_INFRA_PULUMI_DEV_YAML }}" | base64 -d > 03-k8s-infra/Pulumi.dev.yaml 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 - name: Setup Node.js
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: '24' node-version: "24"
- name: Restore Stack Config - name: Restore Stack Config
run: echo "${{ secrets.K8S_INFRA_PULUMI_DEV_YAML }}" | base64 -d > 03-k8s-infra/Pulumi.dev.yaml run: echo "${{ secrets.K8S_INFRA_PULUMI_DEV_YAML }}" | base64 -d > 03-k8s-infra/Pulumi.dev.yaml