diff options
-rw-r--r-- | .build.yml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |