#!/usr/bin/env bash
							 | 
						|
								
							 | 
						|
								if rg fastbuild pages/posts >/dev/null; then
							 | 
						|
								  echo "posts still have fast build, remove and rebuild then repush"
							 | 
						|
								  exit 1
							 | 
						|
								fi
							 | 
						|
								
							 | 
						|
								rsync .site/ "${SYNC_SERVER}:/var/www/abby.how/" -vuar0
							 |