$ php artisan optimize
✓ config cached
✓ routes cached
namespace App\Services;
class DeployPipeline
{
public function run() : void
}
kubectl get pods -n production
NAME READY STATUS
api-7d9f8c6b-xk2zj 1/1 Running
worker-5c4d8f7b-m9pqr 1/1 Running
docker compose up -d --build
[+] Running 4/4
git commit -m 'feat: admin panel'
git push origin main
→ pipeline #284 passed
// TODO: sleep is for the weak
await fetch('/api/health')
~/rakurs-ssd
—
filament
·
php ^8.3 · laravel · it-infra