mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 06:26:16 +00:00
fix installer
This commit is contained in:
@ -14,6 +14,10 @@ git pull origin "$NEW_RELEASE"
|
||||
echo "Installing composer dependencies..."
|
||||
composer install --no-dev
|
||||
|
||||
echo "Installing npm packages..."
|
||||
npm install
|
||||
npm run build
|
||||
|
||||
echo "Running migrations..."
|
||||
php artisan migrate --force
|
||||
|
||||
|
Reference in New Issue
Block a user