Commit 525e80f
committed
Remove --delete from rsync ARGS in workflow
Update .github/workflows/repo.yml to remove the `--delete` flag from the rsync ARGS environment variable. This prevents rsync from deleting files on the remote target that are not present in the source, making deployments safer by avoiding accidental removals of remote assets.1 parent 1843304 commit 525e80f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
| 218 | + | |
0 commit comments