]>
git.immae.eu Git - github/wallabag/wallabag.git/blob - update.sh
b920a829b0ae06558f22d6865a7b226390fcab14
2 # You can execute this file to update wallabag
3 # eg: `sh update.sh prod`
6 TAG
=$(git describe --tags $(git rev-list --tags --max-count=1))
11 git checkout
$TAG --force
12 SYMFONY_ENV
=$ENV composer
install --no-dev -o --prefer-dist
13 php bin
/console cache
:clear --env=$ENV