diff --git a/.github/workflows/pulumi.yaml b/.github/workflows/pulumi.yaml index f34bcb9..3d5034f 100644 --- a/.github/workflows/pulumi.yaml +++ b/.github/workflows/pulumi.yaml @@ -10,7 +10,7 @@ jobs: permissions: id-token: write contents: read - name: Update + name: Preview runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -28,10 +28,10 @@ jobs: - name: Install dependencies run: pip3 install -r requirements.txt - - name: Deploy infra + - name: Preview infra uses: pulumi/actions@v5 with: - command: up + command: preview stack-name: pablordoricaw/dev env: PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}