aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index e073e79..715cb96 100644
--- a/.build.yml
+++ b/.build.yml
@@ -12,6 +12,6 @@ tasks:
cd website
make
- deploy: |
- [ "$(git rev-parse --abbrev-ref HEAD)" = master ] || exit 0
+ [ "$(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