fix: restore stack config step in workflow, add README
Deploy Proxmox Infra / Pulumi Preview (push) Has been skipped
Deploy Proxmox Infra / Pulumi Deploy (push) Successful in 46s

Restore Stack Config steps were incorrectly removed in the previous
commit — Pulumi.dev.yaml is gitignored so CI cannot access it without
decoding it from the PULUMI_DEV_YAML secret at runtime.

Also adds README.md documenting the project, stack layout, setup
steps, CI/CD secrets, and roadmap.
This commit is contained in:
2026-05-28 02:59:23 +02:00
parent 8c69ec772a
commit c436075c1b
2 changed files with 153 additions and 0 deletions
@@ -29,6 +29,9 @@ jobs:
with:
node-version: '24'
- name: Restore Stack Config
run: echo "${{ secrets.PULUMI_DEV_YAML }}" | base64 -d > proxmox-infra/Pulumi.dev.yaml
- name: Install Dependencies
run: npm install
working-directory: proxmox-infra
@@ -56,6 +59,9 @@ jobs:
with:
node-version: '24'
- name: Restore Stack Config
run: echo "${{ secrets.PULUMI_DEV_YAML }}" | base64 -d > proxmox-infra/Pulumi.dev.yaml
- name: Install Dependencies
run: npm install
working-directory: proxmox-infra