Skip to content

Commit 0fc7f1a

Browse files
committed
no path
1 parent 9845d1e commit 0fc7f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/infra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- run: bun install
1818

19-
- run: cd infra && bun run ~/.pulumi/bin/pulumi up --yes --non-interactive --stack prod --skip-preview
19+
- run: cd infra && bun run 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)