Skip to content

Commit 9e07434

Browse files
committed
Retains previous deployment as backup
1 parent 2b3feab commit 9e07434

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build-and-deploy-production.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,4 @@ jobs:
126126
127127
- name: Remove Offline and remove previous deployment folder
128128
run: |
129-
if (Test-Path -Path 'E:/web/${{env.SitePath}}-PREVIOUS')
130-
{
131-
Remove-Item -LiteralPath 'E:/web/${{env.SitePath}}-PREVIOUS' -Force -Recurse
132-
}
133129
Remove-Item 'E:/web/${{env.SitePath}}/app_offline.htm' -Force

0 commit comments

Comments
 (0)