From 4704e0f12fbef1370a805356251700dd4e42dbc0 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 16 Dec 2021 23:14:10 +0100 Subject: [PATCH] ci: fix deploy skip --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 7c27ccb..27bd52d 100644 --- a/.build.yml +++ b/.build.yml @@ -13,7 +13,7 @@ tasks: npm run build - deploy: | cd gamja/dist - [ "$(git rev-parse HEAD)" = "$(git rev-parse master)" ] || complete-build + [ "$(git rev-parse HEAD)" = "$(git rev-parse origin/master)" ] || complete-build rsync --rsh="ssh -o StrictHostKeyChecking=no" -rP \ --delete --exclude=config.json \ . deploy@emersion.fr:/srv/http/gamja