delete all files not in output folder
This commit is contained in:
parent
2cc6aa657e
commit
fcb4980c71
1 changed files with 1 additions and 1 deletions
|
@ -95,4 +95,4 @@ deploy:
|
|||
public:
|
||||
kind: rsync
|
||||
dst: zeusweb-beta@zeus.ugent.be:/home/zeusweb-beta/public
|
||||
options: [ '-glpPrtvz', '-e', 'ssh -p 2222' ]
|
||||
options: [ '-glpPrtvz', '-e', 'ssh -p 2222', '--delete']
|
||||
|
|
Loading…
Reference in a new issue