Skip to content

Commit

Permalink
Temporarily not replacing media
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Jan 18, 2023
1 parent a1875dc commit 43e44d1
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/reset-azure-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,19 +124,6 @@ jobs:
-WebAppName ${{ inputs.app-name }} `
-SlotName ${{ inputs.destination-slot-name }}
- name: Replace Media
run: |
Set-AzureWebAppStorageContentFromStorage `
-ResourceGroupName ${{ inputs.resource-group-name }} `
-WebAppName ${{ inputs.app-name }} `
-SourceSlotName ${{ inputs.source-slot-name }} `
-DestinationSlotName ${{ inputs.destination-slot-name }} `
-ConnectionStringName ${{ inputs.storage-connection-string-name }} `
-ContainerBlackList ${{ inputs.blob-container-exclude-list }} `
-ContainerWhiteList ${{ inputs.blob-container-include-list }} `
-FolderBlackList ${{ inputs.folder-exclude-list }} `
-FolderWhiteList ${{ inputs.folder-include-list }}
- name: Replace Database
run: |
Copy-AzureWebAppSqlDatabase `
Expand Down

0 comments on commit 43e44d1

Please sign in to comment.