Skip to content

Commit a62bc2e

Browse files
committed
fix pulumi src
Signed-off-by: Carlos Santana <[email protected]>
1 parent 3aacc81 commit a62bc2e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy-pulumi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: Installing dependencies 📦️
6565
run: |
66-
cd ./pulumi/src
66+
cd ./pulumi
6767
npm install
6868
6969
- name: Deploy infrastructure 🚀

.github/workflows/destroy-pulumi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Installing dependencies 📦️
6060
run: |
61-
cd ./pulumi/src
61+
cd ./pulumi
6262
npm install
6363
6464
- name: Destroy infrastructure 🚀

.github/workflows/pr-pulumi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
- name: Installing dependencies 📦️
6363
run: |
64-
cd ./pulumi/src
64+
cd ./pulumi
6565
npm install
6666
6767
- name: Preview infrastructure 🚀

0 commit comments

Comments
 (0)