Skip to content

Commit

Permalink
Copy web folder before update.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertsak committed Mar 2, 2023
1 parent ba908e5 commit a8c302f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/medicines-web-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,5 @@ jobs:
with:
azcliversion: latest
inlineScript: |
az storage blob copy start-batch --destination-container "web-copy" --source-container "$web" --connection-string "${{ secrets.AZURE_STORAGE_PRODUCTS_WEB_CONNECTION_STRING }}"
az storage blob copy start-batch --destination-container "web-copy" --source-uri "https://mhraproductsnonprod.blob.core.windows.net/$web" --connection-string "${{ secrets.AZURE_STORAGE_PRODUCTS_WEB_CONNECTION_STRING }}"

0 comments on commit a8c302f

Please sign in to comment.