update mongrify

This commit is contained in:
Ariejan de Vroom 2017-10-16 16:22:48 +02:00
parent 3bce70d064
commit bfb6efb830
Signed by: ariejan
GPG Key ID: AD739154F713697B

View File

@ -12,9 +12,8 @@ test:
# Mogrify thumbnails
- mkdir -p public/img/low
- cd public/img
- mogrify -format gif -path low -thumbnail 724> *.gif
- mogrify -format png -path low -thumbnail 724> *.png
- mogrify -format jpg -path low -thumbnail 724> *.jpg
- mogrify -format png -path low -thumbnail 724 *.png
- mogrify -format jpg -path low -thumbnail 724 *.jpg
except:
- master
@ -39,9 +38,8 @@ pages:
# Mogrify thumbnails
- mkdir -p public/img/low
- cd public/img
- mogrify -format gif -path low -thumbnail 724> *.gif
- mogrify -format png -path low -thumbnail 724> *.png
- mogrify -format jpg -path low -thumbnail 724> *.jpg
- mogrify -format png -path low -thumbnail 724 *.png
- mogrify -format jpg -path low -thumbnail 724 *.jpg
# Deploy
- rsync -az4 --stats --delete-after public/* ariejan@mail.devroom.io:/home/ariejan/www/devroom.io/