diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-13 14:02:40 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-13 14:02:40 +0300 |
commit | 25cfa83501cf9b0a1f79d7d94af13b0866c33aa7 (patch) | |
tree | 71e5be02833b3d17406dce94133303c2dac6146d | |
parent | 328332c4fc6e201e5869a059e3132769a7843726 (diff) | |
download | website-25cfa83501cf9b0a1f79d7d94af13b0866c33aa7.tar.gz |
.build.yml: cd into the git directory
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |