Update frontend-ci.yml
This commit is contained in:
8
.github/workflows/frontend-ci.yml
vendored
8
.github/workflows/frontend-ci.yml
vendored
@@ -28,10 +28,10 @@ jobs:
|
||||
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 }}
|
||||
|
||||
Reference in New Issue
Block a user