GitHub Actions
🚀 Auto-deploy from GitHub Actions
ef83cbc
raw
history blame contribute delete
107 Bytes
php -d memory_limit=-1 composer install
php artisan key:generate
php artisan migrate
php artisan serve