From ec9ce43029a4330e6fd9a617d9475a2f87f8b6e9 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Mon, 26 Oct 2020 20:02:21 -0600 Subject: actually specify deploy info --- .build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.build.yml') diff --git a/.build.yml b/.build.yml index 7e80ad7..d0f7270 100644 --- a/.build.yml +++ b/.build.yml @@ -20,7 +20,8 @@ tasks: make check - upload: | cd crowbar-spec - rsync -rlt8hP --del *.html $deploy:/var/www/html/crowbar-lang.org/ + rsync -rlt8hP --del *.html services@boringcactus.com:/var/www/html/crowbar-lang.org/ + rsync -rlt8hP --del spec.pdf services@boringcactus.com:/var/www/html/crowbar-lang.org/ - notify: | cd crowbar-spec (sleep 20; echo ':j #crowbar-lang'; echo "/me crowbar spec updated: $(git log -1 --no-decorate --oneline)") | sic -h chat.freenode.net -n crowbar-notifs -- cgit v1.2.3