From c46084fb9d8cc738d9eecad144c1767bc21a6bfb Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Tue, 27 Aug 2019 10:37:11 -0400 Subject: point deploy to vela.asnull.net --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 043fcc6..085b3f0 100644 --- a/.build.yml +++ b/.build.yml @@ -22,4 +22,4 @@ tasks: jekyll build - deploy: | sshopts="-o StrictHostKeyChecking=no" - rsync --delete --rsh="ssh $sshopts" -rP $site/_site/ bburwell@$site:$site + rsync --delete --rsh="ssh $sshopts" -rP $site/_site/ deploy@vela.asnull.net:$site -- cgit v1.2.3