mirror of
https://github.com/fleetbase/fleetbase.git
synced 2025-12-19 22:27:22 +00:00
wip oss fleetbase
This commit is contained in:
11
scripts/deploy.sh
Normal file
11
scripts/deploy.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -ev
|
||||
|
||||
php /var/www/html/api/artisan mysql:createdb
|
||||
php /var/www/html/api/artisan migrate --force
|
||||
php /var/www/html/api/artisan migrate:sandbox --force
|
||||
php /var/www/html/api/artisan init:key-column
|
||||
php /var/www/html/api/artisan fix:data
|
||||
php /var/www/html/api/artisan db:seed --force
|
||||
php /var/www/html/api/artisan queue:restart
|
||||
3
scripts/dumpautoload.sh
Normal file
3
scripts/dumpautoload.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
composer dump-autoload --working-dir /var/www/html/api
|
||||
composer dump-autoload --working-dir /var/www/html/fleetbase/core-api
|
||||
Reference in New Issue
Block a user