Skip to content

Commit

Permalink
Bad syntax on refresh pulumi
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaraphael committed Feb 23, 2023
1 parent f6f2d45 commit 6d2ee23
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
PULUMI_CONFIG_PASSPHRASE: "test"
with:
work-dir: images/
command: up --refresh true
command: up
stack-name: test

- uses: pulumi/actions@v3
Expand All @@ -134,7 +134,7 @@ jobs:
PULUMI_CONFIG_PASSPHRASE: "test"
MODEL: ${{ steps.pulumi-images.outputs.model }}
with:
command: up --refresh true
command: up
stack-name: test

- uses: wagnerpereira/gce-cloudsql-proxy-action@v2
Expand Down Expand Up @@ -180,13 +180,13 @@ jobs:
PULUMI_CONFIG_PASSPHRASE: "staging"
with:
work-dir: images/
command: up --refresh true
command: up
stack-name: staging

- uses: pulumi/actions@v3
id: pulumi
with:
command: up --refresh true
command: up
stack-name: staging

env:
Expand Down Expand Up @@ -236,13 +236,13 @@ jobs:
PULUMI_CONFIG_PASSPHRASE: "production"
with:
work-dir: images/
command: up --refresh true
command: up
stack-name: production

- uses: pulumi/actions@v3
id: pulumi
with:
command: up --refresh true
command: up
stack-name: production

env:
Expand Down

0 comments on commit 6d2ee23

Please sign in to comment.