+ hvg-blog-general theme

This commit is contained in:
felegy
2022-06-08 21:34:12 +02:00
parent 74c7fd73ce
commit 039d95726c
15 changed files with 333 additions and 13 deletions

View File

@@ -6,8 +6,11 @@ mkdir -p /tmp/build_cache /tmp/env;
rm -rf /app/.heroku /app/.profile.d /app/vendor/*
STACK=heroku-20 "$PHP_BUILDPACK/bin/compile" /app /tmp/build_cache /tmp/env; \
STACK=heroku-20 "$PHP_BUILDPACK/bin/compile" /app /tmp/build_cache /tmp/env;
cp -v config/mailhog.ini /app/.heroku/php/etc/php/conf.d/225-mailhog.ini;
rm -rf /app/vendor/*
composer install
rm -rf /app/vendor/*;
composer install;
exec .dev/xdebug-install.sh;