diff --git a/deploy.sh b/deploy.sh index e59809a8..185fa717 100755 --- a/deploy.sh +++ b/deploy.sh @@ -16,7 +16,6 @@ rsync -avz --delete \ --exclude='data/***' \ --no-owner --no-group \ --checksum \ - --dry-run \ public/ "$DEST_USER@$DEST_HOST:$DEST_DIR" CMD="find \"$DEST_DIR\" -type d -name data -exec rm -rf {} +"