From 17006f1debefc8d706abd280a3394008507b6ec6 Mon Sep 17 00:00:00 2001 From: Melissa Garcia Date: Thu, 3 Sep 2026 12:20:51 -0700 Subject: [PATCH] ci: auto-deploy to stage on merge to main --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8181bc6..4693f98 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,6 +30,6 @@ jobs: uses: AdobeDocs/adp-devsite-workflow/.github/workflows/deploy-v2.yml@main secrets: inherit with: - env: ${{ inputs.env || 'prod' }} + env: ${{ inputs.env || 'stage & prod' }} baseSha: ${{ inputs.baseSha || '' }} deployAll: ${{ inputs.deployAll || false }}