Delete old remote files

This commit is contained in:
Oliver Davies 2025-05-14 00:48:09 +01:00
parent 23926b0e36
commit a2d7c0ea4a

View file

@ -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