deploy commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
echo "Running composer"
|
||||
composer install --no-dev --working-dir=/var/www/html
|
||||
|
||||
echo "Caching config..."
|
||||
php artisan config:cache
|
||||
|
||||
echo "Caching routes..."
|
||||
php artisan route:cache
|
||||
|
||||
echo "Running migrations..."
|
||||
php artisan migrate --force
|
||||
Reference in New Issue
Block a user