cicd

Automate Laravel CI/CD pipelines with GitHub Actions and Docker.

1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/aronpc/ai --skill cicd-aronpc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cicd
Source: https://github.com/aronpc/ai/tree/main/skills/cicd
Command: npx skills add https://github.com/aronpc/ai --skill cicd-aronpc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the setup and maintenance of CI/CD pipelines for Laravel projects, reducing manual deployment effort and human error.

Core Features & Use Cases

  • Automated workflow orchestration with GitHub Actions
  • Docker image builds and multi-arch support
  • Deployment automation to registries or webhooks for production and staging

Quick Start

Run the included GitHub Actions workflow to automatically build, test, and deploy on pushes to main or develop.

Frequently Asked Questions about cicd

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Laravel CI/CD pipelines using GitHub Actions?

Automating Laravel CI/CD with GitHub Actions involves orchestrating workflows to build multi-arch Docker images, run tests, and deploy to webhooks or registries on main and develop branches, ensuring reproducible deployments and managed secrets.

Can I build multi-arch Docker images for Laravel in GitHub Actions?

Yes, building multi-arch Docker images for Laravel in GitHub Actions is supported. The CI/CD automation handles image creation across different architectures, running tests, and deploying to staging or production environments automatically.

Does this GitHub Actions workflow support PHP 8.5 and Laravel deployments?

Yes, the GitHub Actions workflow supports PHP 8.5 and Laravel deployments. It configures the environment setup, caches dependencies, and automates the deployment to webhooks or container registries for both main and develop branches.

What is the best way to deploy Laravel to webhooks or registries with GitHub Actions?

The best way to deploy Laravel to webhooks or registries with GitHub Actions is by using an automated CI/CD pipeline that builds Docker images, runs tests, and triggers deployments upon pushes to main or develop branches.

How do I manage secrets and environment setup for Laravel GitHub Actions workflows?

Managing secrets and environment setup for Laravel GitHub Actions workflows is handled directly within the automation pipeline. It ensures reproducible workflows by securely configuring environment variables and secrets required for Docker builds and deployments.