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"