diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7401e0e..120aaa4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,9 +12,9 @@ test: # Mogrify thumbnails - mkdir -p public/img/low - cd public/img - - mogrify -format gif -path thumbs -thumbnail 100x100 *.gif - - mogrify -format png -path thumbs -thumbnail 100x100 *.png - - mogrify -format jpg -path thumbs -thumbnail 100x100 *.jpg + - mogrify -format gif -path low -thumbnail 724> *.gif + - mogrify -format png -path low -thumbnail 724> *.png + - mogrify -format jpg -path low -thumbnail 724> *.jpg except: - master @@ -39,9 +39,9 @@ pages: # Mogrify thumbnails - mkdir -p public/img/low - cd public/img - - mogrify -format gif -path thumbs -thumbnail 100x100 *.gif - - mogrify -format png -path thumbs -thumbnail 100x100 *.png - - mogrify -format jpg -path thumbs -thumbnail 100x100 *.jpg + - mogrify -format gif -path low -thumbnail 724> *.gif + - 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/