From fe417cd64d62cba6343cb27d41a9c3e2550598a3 Mon Sep 17 00:00:00 2001 From: Siarhei Bareika Date: Sat, 15 Mar 2025 17:18:44 +0100 Subject: [PATCH] ci: add upload step to Azure Static Web Apps deployment workflow --- .github/workflows/cd-web.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/cd-web.yaml b/.github/workflows/cd-web.yaml index 2b14ca7f..a2ede41a 100644 --- a/.github/workflows/cd-web.yaml +++ b/.github/workflows/cd-web.yaml @@ -25,3 +25,11 @@ jobs: - name: Build run: pnpm run build + + - name: Upload + id: upload + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ORANGE_FIELD_051345903 }} + action: "upload" + app_location: "./web/build"