Tag: deployment
-
GitHub Actions CI/CD for PHP 8.3 with Zero‑Downtime Deploys
Configure a practical GitHub Actions pipeline to build, test, and deploy a PHP 8.3 app over SSH with rsync and zero downtime symlink releases.
-
Running Laravel Queues with systemd Instead of Supervisor
Use systemd to run reliable Laravel queue workers with automatic restarts, logging, and simple deploy hooks on modern Linux servers.