-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix] Azure Blob action (bacongobbler/azure-blob-storage-upload#39)
[fix] Element Internals version (calebdwilliams/element-internals-polyfill#138) [optimize] update Upstream packages
- Loading branch information
Showing
5 changed files
with
286 additions
and
258 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,9 +33,14 @@ jobs: | |
cname: polyfill.web-cell.dev | ||
|
||
- name: Deploy for China mainland | ||
uses: bacongobbler/azure[email protected] | ||
uses: azure/CLI@v2 | ||
with: | ||
source_dir: ./public | ||
container_name: $web | ||
connection_string: ${{ secrets.ConnectionString }} | ||
sync: 'true' | ||
azcliversion: 2.67.0 | ||
inlineScript: | | ||
tdnf install -y azcopy; | ||
az storage blob sync \ | ||
--container '$web' \ | ||
--source ./public \ | ||
--connection-string "${{ secrets.ConnectionString }}" \ | ||
--delete-destination true |
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
Oops, something went wrong.