From 5dab8618bcfc6e15db636c0a71d28881202a99c4 Mon Sep 17 00:00:00 2001 From: Hutopy Date: Thu, 16 Jan 2025 00:41:00 -0500 Subject: [PATCH] Update frontend-ci.yml --- .github/workflows/frontend-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/frontend-ci.yml b/.github/workflows/frontend-ci.yml index eefef79..fc6443c 100644 --- a/.github/workflows/frontend-ci.yml +++ b/.github/workflows/frontend-ci.yml @@ -27,11 +27,11 @@ jobs: run: | cd frontend npm run build - - - name: Deploy to Azure Static Web Apps + + # Deploy to Azure SWA + - name: Deploy to Azure SWA uses: azure/static-web-apps-deploy@v1 with: - app_location: '${{ env.AZURE_SWA_NAME }}' - api_location: "" - output_location: "dist" + app_location: 'frontend' + output_location: 'dist' azure_static_web_apps_api_token: ${{ secrets.AZURE_SWA_TOKEN }}