Update frontend-ci.yml

This commit is contained in:
Hutopy
2025-01-16 00:41:00 -05:00
committed by GitHub
parent 631f131041
commit 5dab8618bc

View File

@@ -27,11 +27,11 @@ jobs:
run: | run: |
cd frontend cd frontend
npm run build 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 uses: azure/static-web-apps-deploy@v1
with: with:
app_location: '${{ env.AZURE_SWA_NAME }}' app_location: 'frontend'
api_location: "" output_location: 'dist'
output_location: "dist"
azure_static_web_apps_api_token: ${{ secrets.AZURE_SWA_TOKEN }} azure_static_web_apps_api_token: ${{ secrets.AZURE_SWA_TOKEN }}