This commit is contained in:
Nicolas Lœuillet 2025-03-10 22:40:46 +01:00 committed by GitHub
commit 3219cf9b84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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