diff options
Diffstat (limited to 'rsync_to_testing')
-rwxr-xr-x | rsync_to_testing | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/rsync_to_testing b/rsync_to_testing index 6f8a1fb..08f5b04 100755 --- a/rsync_to_testing +++ b/rsync_to_testing @@ -4,4 +4,8 @@ set -e zola build -rsync -vhPr --delete-after ~/dev/blog/public/* ~/dev/websites/alphara +rm -rf ~/dev/websites/alphara + +rsync -vhPrtz --delete-after ~/dev/blog/public/* ~/dev/websites/alphara + +rm -rf ~/dev/blog/public |