mirror of
https://codeberg.org/emersion/gamja.git
synced 2024-11-14 19:05:01 -05:00
ci: fix deploy skip
This commit is contained in:
parent
43f1329fb0
commit
4704e0f12f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue