deploy-ops

Manages web app production deployments, CI/CD pipelines, and operational tasks.

Updated Jan 1, 2026
One-click install
npx skills add https://github.com/Palomig/PALOMATIKA --skill deploy-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-ops
Source: https://github.com/Palomig/PALOMATIKA/tree/main/.claude/skills/deploy-ops
Command: npx skills add https://github.com/Palomig/PALOMATIKA --skill deploy-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies and automates the complex processes involved in deploying applications to production, managing CI/CD pipelines, and executing essential operational tasks.

Core Features & Use Cases

  • Automated Deployment: Manages CI/CD workflows, including auto-merge and auto-deploy via FTP.
  • Production Operations: Executes post-deploy refresh commands, cache clearing, and artisan commands securely.
  • Use Case: After merging code changes to the main branch, this Skill automatically deploys the updated application to the production server and clears relevant caches to ensure a seamless user experience.

Quick Start

Run the deploy:refresh command to refresh production caches and assets.

Frequently Asked Questions about deploy-ops

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

FAQPage Schema
How do I automate production deployments after merging code to the main branch?

Automated deployment handles CI/CD workflows by auto-merging code changes and deploying the updated web application to production via FTP. It ensures a seamless release by clearing relevant caches post-deploy.

What's the best way to run artisan commands securely on a production server?

Running secure artisan commands on production is managed via a webhook and API interface. This approach requires specific environment variables and secrets to ensure safe, authorized access to your production servers and services.

How do I clear and refresh production caches after a web application deployment?

To clear and refresh production caches after deployment, run the deploy:refresh command. This operational task executes post-deploy refresh commands, clearing relevant caches and refreshing assets to ensure a seamless user experience.

Do I need specific environment variables to automate CI/CD pipelines and webhook operations?

Yes, automating CI/CD pipelines and webhook operations requires specific environment variables and secrets. These configurations are necessary to grant the webhook and API secure access to your production servers and services.

Can I use FTP deployment for automated merges to my production server?

Yes, FTP deployment is supported for automated merges to your production server. The CI/CD workflow manages auto-merge processes and deploys the updated application directly to the production environment via FTP.