GitHub Actions
πŸš€ Auto-deploy from GitHub Actions
ef83cbc
raw
history blame
107 Bytes
php -d memory_limit=-1 composer install
php artisan key:generate
php artisan migrate
php artisan serve