💚 Change release command

Signed-off-by: mathieu.brunot <mb.mathieu.brunot@gmail.com>
This commit is contained in:
mathieu.brunot 2019-06-11 22:39:41 +02:00
parent 15ea62c8d7
commit 06c830dd3c
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0
4 changed files with 32 additions and 2 deletions

View file

@ -0,0 +1,10 @@
#!/usr/bin/env bash
rm -rf ../dist || exit 1;
rsync -avr \
--exclude="/test" \
--exclude="/resources/public/media" \
--exclude="/target" \
--exclude="/scripts" \
--exclude="/.*" \
../ ../dist/;