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