Created
January 2, 2020 10:30
-
-
Save gbohra/c10ce7701e4fcdb2ac708a10727a870d 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
- name: Azure CLI script to create a new Web App for Container | |
uses: azure/CLI@v2 | |
with: | |
azcliversion: latest | |
inlineScript: | | |
az account show | |
az webapp deployment slot create --debug --resource-group ${{ env.AZURE_RESOURCE_GROUP }} --name ${{ env.AZURE_WEBAPP_NAME }} --slot ${{ env.GITHUB_HEAD_REF }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment