Skip to content

Commit

Permalink
Remove work-dir in favor of main directive in Pulumi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bsweger committed Apr 8, 2024
1 parent 4ed8418 commit 31a8364
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pulumi_preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
uses: pulumi/actions@v5
with:
command: preview
work-dir: ./src/hubverse_infrastructure
stack-name: bsweger/hubverse-aws/hubverse
comment-on-pr: true
env:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pulumi_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
uses: pulumi/actions@v5
with:
command: up
work-dir: ./src/hubverse_infrastructure
stack-name: bsweger/hubverse-aws/hubverse
comment-on-pr: true
env:
Expand Down

0 comments on commit 31a8364

Please sign in to comment.