aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-10-25 16:16:19 +0200
committerCem Keylan <cem@ckyln.com>2021-10-25 16:16:19 +0200
commit94d8a3699a9d15feb9787cc0bf9cdf9328f70666 (patch)
tree8236570f88b7132fca1bdca6357f16bdf23efd71 /.build.yml
parenta8fcbe7e89ea86dbde35a0870b96dc8153b6d702 (diff)
downloadwebsite-94d8a3699a9d15feb9787cc0bf9cdf9328f70666.tar.gz
remove branch check for now
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index 5b406b9..78a176b 100644
--- a/.build.yml
+++ b/.build.yml
@@ -12,6 +12,5 @@ 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