File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -11,20 +11,16 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : actions/checkout@v3
14
-
15
- - name : Azure Login
16
- uses : azure/login@v1
14
+ - uses : azure/login@v1
17
15
with :
18
- creds : ${{ secrets.AZURE_CREDENTIALS }}
16
+ creds : ${{ secrets.AZURE_CREDENTIALS }}
19
17
20
18
- name : Upload to blob storage
21
- uses : azure/storage-blob-upload-action @v1
19
+ uses : azure/CLI @v1
22
20
with :
23
- account-name : cloudresumestorageacc
24
- container-name : ' $web'
25
- connection-string : ${{ secrets.AZURE_STORAGE_CONNECTION_STRING }}
26
- path : frontend/
27
- pattern : ' *'
21
+ inlineScript : |
22
+ az storage blob upload-batch --account-name cloudresumestorageacc --auth-mode key -d '$web' -s frontend/
23
+ # az storage blob upload-batch --account-name cloudresumestorageacc --auth-mode key -d '$web' -s frontend/ --overwrite true
28
24
# - name: Purge CDN endpoint
29
25
# uses: azure/CLI@v1
30
26
# with:
You can’t perform that action at this time.
0 commit comments