mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-22 17:11:07 +00:00
Fixed update script
This commit is contained in:
parent
4acbeb9371
commit
c8cd1660af
1 changed files with 1 additions and 1 deletions
|
@ -16,5 +16,5 @@ git fetch --tags
|
||||||
TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
|
TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
|
||||||
git checkout $TAG --force
|
git checkout $TAG --force
|
||||||
SYMFONY_ENV=$ENV $COMPOSER_COMMAND install --no-dev -o --prefer-dist
|
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
|
php bin/console cache:clear --env=$ENV
|
||||||
|
|
Loading…
Reference in a new issue