Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
damihubs authored Sep 30, 2024
1 parent 3a36c36 commit 85cb598
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Deploy to Azure Static Web App
uses: Azure/static-web-apps-deploy@v1
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_2 }} # Use your secret
app_location: "/" # Your static files are located at the root of the repository
output_location: "/" # No build process, so use the root as output
deployment_action: "upload" # This is the action to perform (upload files)
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_NEW }} # Correct token name
app_location: "/" # Location of static files
output_location: "/" # No build process, output is in root
deployment_action: "upload" # Perform the upload action

0 comments on commit 85cb598

Please sign in to comment.