From debd50f4824938bed0a94a6b140d4b4f113e9aeb Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 17 Nov 2021 10:33:16 +0100 Subject: [PATCH] ci: fix deploy branch check --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index e66a0b8..139bb3f 100644 --- a/.build.yml +++ b/.build.yml @@ -12,7 +12,7 @@ tasks: npm install --include=dev npm run build - deploy: | - [ "$(git branch --show-current)" = "master" ] || complete-build cd gamja/dist + [ "$(git branch --show-current)" = "master" ] || complete-build rsync --rsh="ssh -o StrictHostKeyChecking=no" -rP \ --delete --delete-excluded . deploy@emersion.fr:/srv/http/gamja