diff options
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ image: alpine/edge packages: - curl - - emacs-nox + - hugo - texinfo - rsync - openssh-client @@ -12,5 +12,6 @@ tasks: cd website make - deploy: | + [ "$(git -C website rev-parse --abbrev-ref HEAD)" = master ] || exit 0 sshopt="--rsh=ssh -o StrictHostKeyChecking=no" rsync "$sshopt" -av --delete website/docs/ user-data@carbslinux.org:www/carbslinux.org |