Update frontend-ci.yml
This commit is contained in:
1
.github/workflows/frontend-ci.yml
vendored
1
.github/workflows/frontend-ci.yml
vendored
@@ -32,6 +32,7 @@ jobs:
|
|||||||
- name: 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:
|
||||||
|
action: "upload"
|
||||||
app_location: 'frontend'
|
app_location: 'frontend'
|
||||||
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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user