From 5d0a8731e55f8c87946e59c1229d038113cb8deb Mon Sep 17 00:00:00 2001 From: Cat Flynn Date: Fri, 21 Feb 2025 18:39:28 +0000 Subject: [PATCH] drop backup step why do we need backups? the site is built directly from git commits --- .drone.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5bdd0d7..1da6285 100644 --- a/.drone.yml +++ b/.drone.yml @@ -63,10 +63,6 @@ steps: - delete_current_files="sudo -n rm -r $host_dir" - deploy_new_files="sudo -n mv $${HOST} $host_dir" - # archive old site - - ssh $host $make_backup_dir - - ssh $host $copy_backup_files - # deploy new site - rsync -rP site/* "$host:$${HOST}" - ssh $host $delete_current_files