From f6176b759ae0cdbb4b18672c7b76d084f1523a93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A6Ltorio?= Date: Fri, 3 Jan 2025 20:31:33 +0100 Subject: [PATCH] use production --- .../azure-static-web-apps-ambitious-desert-0abc2e803.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-static-web-apps-ambitious-desert-0abc2e803.yml b/.github/workflows/azure-static-web-apps-ambitious-desert-0abc2e803.yml index 93cee4d..ac2a74c 100644 --- a/.github/workflows/azure-static-web-apps-ambitious-desert-0abc2e803.yml +++ b/.github/workflows/azure-static-web-apps-ambitious-desert-0abc2e803.yml @@ -38,7 +38,7 @@ jobs: - name: Deploy with Azure Static Web Apps CLI env: TOKEN_FOR_GITHUB: ${{ secrets.GITHUB_TOKEN }} - run: npx @azure/static-web-apps-cli deploy ./dist/ --deployment-token ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_AMBITIOUS_DESERT_0ABC2E803 }} + run: npx @azure/static-web-apps-cli deploy ./dist/ --deployment-token ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_AMBITIOUS_DESERT_0ABC2E803 }} --env production close_pull_request_job: if: github.event_name == 'pull_request' && github.event.action == 'closed'