Skip to content

Commit 4ab20e8

Browse files
committed
install pulumi first
1 parent c939d9a commit 4ab20e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/infra.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212

1313
- uses: oven-sh/setup-bun@v2
1414

15-
- run: bun install
16-
1715
- run: curl -fsSL https://get.pulumi.com | sh
1816

19-
- run: cd infra && /home/runner/.pulumi/bin/pulumi up --yes --non-interactive --stack prod --skip-preview
17+
- run: bun install
18+
19+
- run: cd infra && pulumi up --yes --non-interactive --stack prod --skip-preview
2020
env:
2121
PULUMI_CONFIG_PASSPHRASE: ${{ secrets.PULUMI_CONFIG_PASSPHRASE }}
2222
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)