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