mirror of
https://github.com/wallabag/wallabag.git
synced 2026-02-23 04:37:35 +01:00
Merge 9fa8999856 into d741f28071
This commit is contained in:
@ -38,4 +38,6 @@ TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
|
||||
|
||||
git checkout $TAG
|
||||
SYMFONY_ENV=$ENV $COMPOSER_COMMAND install --no-dev -o --prefer-dist
|
||||
yarn install
|
||||
yarn build:$ENV
|
||||
php bin/console wallabag:install --env=$ENV
|
||||
|
||||
@ -50,4 +50,6 @@ 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 --no-interaction --env=$ENV
|
||||
yarn install
|
||||
yarn build:$ENV
|
||||
php bin/console cache:clear --env=$ENV
|
||||
|
||||
Reference in New Issue
Block a user