aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-24 21:15:07 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2017-01-23 12:42:58 +0100
commitc8ef0583af9592d4a18eed7913b81fa664cd8397 (patch)
tree84812b20846d4033727583c7d7c62d736cef3001 /scripts
parentafaee1cc0a0e2902e9cd9c0117e9aa6f90fdf662 (diff)
downloadwallabag-c8ef0583af9592d4a18eed7913b81fa664cd8397.tar.gz
wallabag-c8ef0583af9592d4a18eed7913b81fa664cd8397.tar.zst
wallabag-c8ef0583af9592d4a18eed7913b81fa664cd8397.zip
Added explanations about migrations
Diffstat (limited to 'scripts')
-rw-r--r--scripts/update.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/update.sh b/scripts/update.sh
index a29e0168..0860f997 100644
--- a/scripts/update.sh
+++ b/scripts/update.sh
@@ -16,4 +16,5 @@ git fetch --tags
16TAG=$(git describe --tags $(git rev-list --tags --max-count=1)) 16TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
17git checkout $TAG --force 17git checkout $TAG --force
18SYMFONY_ENV=$ENV $COMPOSER_COMMAND install --no-dev -o --prefer-dist 18SYMFONY_ENV=$ENV $COMPOSER_COMMAND install --no-dev -o --prefer-dist
19php bin/console doctrine:migrations:migrate --env=$ENV
19php bin/console cache:clear --env=$ENV 20php bin/console cache:clear --env=$ENV