Skip to content

Commit 177de71

Browse files
committed
prevent deletion of previous files before deployment
I will need to find a better way to deploy the site so deleted files don't stay on the server but there is no downtime also.
1 parent e8c5a9c commit 177de71

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/deploy.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,4 @@ jobs:
2525
username: ${{ secrets.SSH_USERNAME }}
2626
privateKey: ${{ secrets.SSH_KEY }}
2727
concurrency: 10
28-
rmRemote: true
29-
atomicPut: true
3028

0 commit comments

Comments
 (0)