Created
March 27, 2021 17:00
-
-
Save StefH/17f275e5723e47a3f992fb7aed34abd4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
build_and_deploy_job: | |
name: Build and Deploy Job | |
steps: | |
... | |
- name: Build And Deploy | |
id: builddeploy | |
uses: Azure/[email protected] | |
with: | |
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_*** }} | |
app_location: "Client" # App source code path | |
api_location: "Api" # Api source code path | |
output_location: "wwwroot" # Built app content directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment