This commit is contained in:
Nicolas Lœuillet
2025-01-25 10:50:43 +01:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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