From 3b589df3b76c62ca58dd770c57030bff6bfd5c93 Mon Sep 17 00:00:00 2001 From: Joseph Flinn <58369717+joseph-flinn@users.noreply.github.com> Date: Tue, 31 Aug 2021 11:39:47 -0700 Subject: [PATCH] defaulting to deploy to the produciton slot in QA instead of the staging slot (#1558) --- .github/workflows/qa-deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/qa-deploy.yml b/.github/workflows/qa-deploy.yml index b9e2825435..efadb102fb 100644 --- a/.github/workflows/qa-deploy.yml +++ b/.github/workflows/qa-deploy.yml @@ -206,5 +206,4 @@ jobs: uses: azure/webapps-deploy@798e43877120eda6a2a690a4f212c545e586ae31 with: app-name: ${{ steps.retrieve-secrets.outputs.webapp-name }} - slot-name: "staging" package: ./${{ matrix.name }}.zip