From e806e12e78ed401312ed14d93ed9df45f330bf6e Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Sat, 1 Jun 2019 20:54:53 -0400 Subject: Use bburwell user --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 0eec734..ef81e21 100644 --- a/.build.yml +++ b/.build.yml @@ -14,4 +14,4 @@ triggers: tasks: - deploy: | sshopts="-o StrictHostKeyChecking=no" - rsync --rsh="ssh $sshopts" -rP $site/ deploy@$site:/var/www/$site + rsync --rsh="ssh $sshopts" -rP $site/ bburwell@$site:/var/www/$site -- cgit v1.2.3