Delete old remote files
This commit is contained in:
parent
23926b0e36
commit
a2d7c0ea4a
1 changed files with 2 additions and 1 deletions
3
justfile
3
justfile
|
@ -16,4 +16,5 @@ install-drupal:
|
|||
drush si --db-url=sqlite://localhost/db.sqlite
|
||||
|
||||
upload: generate-html
|
||||
rsync -avzP html/ nixedo.oliverdavies.uk:/var/www/vhosts/website-tome
|
||||
rsync -avzP html/ nixedo.oliverdavies.uk:/var/www/vhosts/website-tome \
|
||||
--delete --delete-after
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue