summaryrefslogtreecommitdiff
path: root/rsync_to_testing
diff options
context:
space:
mode:
Diffstat (limited to 'rsync_to_testing')
-rwxr-xr-xrsync_to_testing4
1 files changed, 4 insertions, 0 deletions
diff --git a/rsync_to_testing b/rsync_to_testing
index 08f5b04..31c7d05 100755
--- a/rsync_to_testing
+++ b/rsync_to_testing
@@ -9,3 +9,7 @@ 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