fix: correct wrong folder names
Deploy Proxmox Infra / Pulumi Preview (pull_request) Successful in 1m10s
Deploy Proxmox Infra / Pulumi Deploy (pull_request) Has been skipped
Deploy k8s Infra / Pulumi Preview (pull_request) Successful in 49s
Deploy k8s Infra / Pulumi Deploy (pull_request) Has been skipped
Deploy k8s Apps / Pulumi Preview (pull_request) Successful in 42s
Deploy k8s Apps / Pulumi Deploy (pull_request) Has been skipped
Deploy Proxmox Infra / Pulumi Preview (pull_request) Successful in 1m10s
Deploy Proxmox Infra / Pulumi Deploy (pull_request) Has been skipped
Deploy k8s Infra / Pulumi Preview (pull_request) Successful in 49s
Deploy k8s Infra / Pulumi Deploy (pull_request) Has been skipped
Deploy k8s Apps / Pulumi Preview (pull_request) Successful in 42s
Deploy k8s Apps / Pulumi Deploy (pull_request) Has been skipped
This commit is contained in:
@@ -6,13 +6,13 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- "k8s-apps/**"
|
- "04-k8s-apps/**"
|
||||||
- ".gitea/workflows/**"
|
- ".gitea/workflows/**"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- "k8s-apps/**"
|
- "04-k8s-apps/**"
|
||||||
- ".gitea/workflows/**"
|
- ".gitea/workflows/**"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -34,14 +34,14 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
working-directory: k8s-apps
|
working-directory: 04-k8s-apps
|
||||||
|
|
||||||
- name: Preview
|
- name: Preview
|
||||||
uses: pulumi/actions@v5
|
uses: pulumi/actions@v5
|
||||||
with:
|
with:
|
||||||
command: preview
|
command: preview
|
||||||
stack-name: dev
|
stack-name: dev
|
||||||
work-dir: k8s-apps
|
work-dir: 04-k8s-apps
|
||||||
cloud-url: ${{ secrets.PULUMI_BACKEND_URL }}
|
cloud-url: ${{ secrets.PULUMI_BACKEND_URL }}
|
||||||
env:
|
env:
|
||||||
PULUMI_CONFIG_PASSPHRASE: ${{ secrets.PULUMI_CONFIG_PASSPHRASE }}
|
PULUMI_CONFIG_PASSPHRASE: ${{ secrets.PULUMI_CONFIG_PASSPHRASE }}
|
||||||
@@ -64,14 +64,14 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
working-directory: k8s-apps
|
working-directory: 04-k8s-apps
|
||||||
|
|
||||||
- name: Refresh State
|
- name: Refresh State
|
||||||
uses: pulumi/actions@v5
|
uses: pulumi/actions@v5
|
||||||
with:
|
with:
|
||||||
command: refresh
|
command: refresh
|
||||||
stack-name: dev
|
stack-name: dev
|
||||||
work-dir: k8s-apps
|
work-dir: 04-k8s-apps
|
||||||
cloud-url: ${{ secrets.PULUMI_BACKEND_URL }}
|
cloud-url: ${{ secrets.PULUMI_BACKEND_URL }}
|
||||||
env:
|
env:
|
||||||
PULUMI_CONFIG_PASSPHRASE: ${{ secrets.PULUMI_CONFIG_PASSPHRASE }}
|
PULUMI_CONFIG_PASSPHRASE: ${{ secrets.PULUMI_CONFIG_PASSPHRASE }}
|
||||||
@@ -81,7 +81,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
command: up
|
command: up
|
||||||
stack-name: dev
|
stack-name: dev
|
||||||
work-dir: k8s-apps
|
work-dir: 04-k8s-apps
|
||||||
cloud-url: ${{ secrets.PULUMI_BACKEND_URL }}
|
cloud-url: ${{ secrets.PULUMI_BACKEND_URL }}
|
||||||
env:
|
env:
|
||||||
PULUMI_CONFIG_PASSPHRASE: ${{ secrets.PULUMI_CONFIG_PASSPHRASE }}
|
PULUMI_CONFIG_PASSPHRASE: ${{ secrets.PULUMI_CONFIG_PASSPHRASE }}
|
||||||
|
|||||||
Reference in New Issue
Block a user