forked from CringeStudios/gamja
ci: fix deploy skip
This commit is contained in:
parent
43f1329fb0
commit
4704e0f12f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user