mirror of https://github.com/wallabag/wallabag.git
Fixed update script
This commit is contained in:
parent
4acbeb9371
commit
c8cd1660af
|
@ -16,5 +16,5 @@ git fetch --tags
|
|||
TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
|
||||
git checkout $TAG --force
|
||||
SYMFONY_ENV=$ENV $COMPOSER_COMMAND install --no-dev -o --prefer-dist
|
||||
php bin/console doctrine:migrations:migrate --env=$ENV
|
||||
php bin/console doctrine:migrations:migrate --no-interaction --env=$ENV
|
||||
php bin/console cache:clear --env=$ENV
|
||||
|
|
Loading…
Reference in New Issue