This commit is contained in:
Jeremy Benoist 2016-10-04 17:12:45 +02:00
parent 954b6a36a3
commit 8ebb214ec4
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C

View file

@ -14,7 +14,7 @@ Das neueste Release ist auf https://www.wallabag.org/pages/download-wallabag.htm
rm -rf var/cache/*
git fetch origin
git fetch --tags
git checkout 2.1.0 --force
git checkout 2.1.1 --force
SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist
php bin/console doctrine:migrations:migrate --env=prod
php bin/console cache:clear --env=prod