Skip to content

Commit

Permalink
1.14.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Shinohara authored and Takashi Shinohara committed Jan 7, 2025
1 parent 493c4cd commit d3bf87f
Show file tree
Hide file tree
Showing 3 changed files with 1,530 additions and 1,317 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ jobs:
uses: azure/login@v2
with:
creds: ${{secrets.AZURE_CREDENTIALS}}
- name: Upload to blob storage
uses: azure/cli@v2
- name: Deploy to Azure Web App
uses: azure/webapps-deploy@v2
with:
inlineScript: |
az storage blob delete-batch --account-name ${{vars.AZURE_STORAGE_ACCOUNT_NAME}} --auth-mode login --source '$web'
az storage blob upload-batch --account-name ${{vars.AZURE_STORAGE_ACCOUNT_NAME}} --auth-mode login --destination '$web' --source build
az cdn endpoint purge --content-paths '/*' --profile-name ${{vars.AZURE_CDN_PROFILE_NAME}} --name ${{vars.AZURE_CDN_ENDPOINT_NAME}} --resource-group ${{vars.AZURE_RESOURCE_GROUP_NAME}}
app-name: ${{vars.AZURE_APP_SERVICE_NAME}}
package: build
Loading

0 comments on commit d3bf87f

Please sign in to comment.