Skip to content

Commit e7eb8d2

Browse files
committed
Fixed serverless to pulumi
1 parent bd6c1ec commit e7eb8d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

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

5252
- name: Deploying 'main'
5353
run: |
54-
pulumi up --all --require-approval never
54+
pulumi up --yes
5555
env:
5656
STAGE: dev
5757
TEAM: ${{ github.ref_name }}

0 commit comments

Comments
 (0)