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 85cb598 commit 4c5028b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy Image Carousel to Azure
name: Deploy Static Website to Azure

on:
push:
Expand All @@ -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_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
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_NEW }}
app_location: "/" # Location of static files in the root directory
output_location: "/" # Output is in the root directory
skip_app_build: true # Skip Oryx build process as this is a static site

0 comments on commit 4c5028b

Please sign in to comment.