diff options
author | Melody Horn <melody@boringcactus.com> | 2020-10-26 20:02:21 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2020-10-26 20:02:21 -0600 |
commit | ec9ce43029a4330e6fd9a617d9475a2f87f8b6e9 (patch) | |
tree | 2c9eadbba7b3fff7e7735ede320c1427bd31ff95 | |
parent | 6f5fd47c38a4d19f47b95d826c50cc415102acaf (diff) | |
download | spec-ec9ce43029a4330e6fd9a617d9475a2f87f8b6e9.tar.gz spec-ec9ce43029a4330e6fd9a617d9475a2f87f8b6e9.zip |
actually specify deploy info
-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 |