We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c939d9a commit 4ab20e8Copy full SHA for 4ab20e8
.github/workflows/infra.yml
@@ -12,11 +12,11 @@ jobs:
12
13
- uses: oven-sh/setup-bun@v2
14
15
- - run: bun install
16
-
17
- run: curl -fsSL https://get.pulumi.com | sh
18
19
- - run: cd infra && /home/runner/.pulumi/bin/pulumi up --yes --non-interactive --stack prod --skip-preview
+ - run: bun install
+
+ - run: cd infra && pulumi up --yes --non-interactive --stack prod --skip-preview
20
env:
21
PULUMI_CONFIG_PASSPHRASE: ${{ secrets.PULUMI_CONFIG_PASSPHRASE }}
22
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
0 commit comments