Skip to content

Instantly share code, notes, and snippets.

@subhankars
Created May 15, 2021 20:58
Show Gist options
  • Save subhankars/2977a5761b83ab160a7b3874c8bf71af to your computer and use it in GitHub Desktop.
Save subhankars/2977a5761b83ab160a7b3874c8bf71af to your computer and use it in GitHub Desktop.
trigger:
- main
pool:
vmImage: ubuntu-latest
steps:
- checkout: self
submodules: true
- task: AzureStaticWebApp@0
inputs:
app_location: '/WebSite'
api_location: '/api'
output_location: 'dist/WebSite'
env:
azure_static_web_apps_api_token: $(deployment_token)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment