Skip to content

Commit

Permalink
Update azure.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
olivia authored Oct 26, 2024
1 parent 466b48a commit 9ca54fd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,18 @@ jobs:
uses: oven-sh/setup-bun@v1
- name: bun install, and start
run: |
bun install
bun install
bun run build:azure
- name: Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_DELIGHTFUL_PEBBLE_09D5B2410 }}
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
action: 'upload'
app_build_command: 'npm run build:azure'
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_location: '/' # App source code path
output_location: 'dist' # Built app content directory - optional
###### End of Repository/Build Configurations ######
is_static_export: true
output_location: '/dist'

0 comments on commit 9ca54fd

Please sign in to comment.