This commit is contained in:
@@ -67,7 +67,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f composer.json ]; then
|
if [ -f composer.json ]; then
|
||||||
"$PHP_BIN" "$COMPOSER_BIN" install --no-interaction --prefer-dist --optimize-autoloader --no-dev
|
"$PHP_BIN" "$COMPOSER_BIN" install --no-interaction --prefer-dist --optimize-autoloader --no-dev --no-scripts
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f artisan ]; then
|
if [ -f artisan ]; then
|
||||||
@@ -75,6 +75,7 @@ jobs:
|
|||||||
trap '"$PHP_BIN" artisan up || true' EXIT
|
trap '"$PHP_BIN" artisan up || true' EXIT
|
||||||
|
|
||||||
"$PHP_BIN" artisan optimize:clear
|
"$PHP_BIN" artisan optimize:clear
|
||||||
|
"$PHP_BIN" artisan package:discover --ansi
|
||||||
"$PHP_BIN" artisan migrate --force
|
"$PHP_BIN" artisan migrate --force
|
||||||
"$PHP_BIN" artisan storage:link || true
|
"$PHP_BIN" artisan storage:link || true
|
||||||
"$PHP_BIN" artisan config:cache
|
"$PHP_BIN" artisan config:cache
|
||||||
|
|||||||
Reference in New Issue
Block a user