diff options
Diffstat (limited to 'rsync_to_testing')
| -rwxr-xr-x | rsync_to_testing | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/rsync_to_testing b/rsync_to_testing deleted file mode 100755 index 31c7d05..0000000 --- a/rsync_to_testing +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -set -e - -zola build - -rm -rf ~/dev/websites/alphara - -rsync -vhPrtz --delete-after ~/dev/blog/public/* ~/dev/websites/alphara - -rm -rf ~/dev/blog/public - -if [ "$1" = "fast-forward" ]; then - ~/dev/websites/rsync_everything -fi |
