Skip to content

Instantly share code, notes, and snippets.

@StefH
Created March 27, 2021 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StefH/ad36959a38909c0f38b794cfc5cb0d6f to your computer and use it in GitHub Desktop.
Save StefH/ad36959a38909c0f38b794cfc5cb0d6f to your computer and use it in GitHub Desktop.
pool:
vmImage: ubuntu-latest
steps:
- task: AzureStaticWebApp@0
inputs:
app_location: "Client" # App source code path
api_location: "Api" # Api source code path
output_location: "wwwroot" # Built app content directory
env:
azure_static_web_apps_api_token: $(API_TOKEN)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment