mirror of
https://github.com/wallabag/wallabag.git
synced 2025-03-13 22:52:39 +00:00
Merge 9fa8999856
into a4a6eb580b
This commit is contained in:
commit
3219cf9b84
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue