deployment

Deploy applications and edge functions with Git-based updates and rollbacks.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/reid15halo-ops/Local-Buisness-automizer --skill deployment-reid15halo-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment
Source: https://github.com/reid15halo-ops/Local-Buisness-automizer/tree/main/.skills/deployment
Command: npx skills add https://github.com/reid15halo-ops/Local-Buisness-automizer --skill deployment-reid15halo-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the complex process of deploying applications, websites, and services to production and staging environments, ensuring smooth releases and quick rollbacks.

Core Features & Use Cases

  • Automated Deployments: Handles deployments to various targets including VPS and Supabase Edge Functions.
  • Environment Management: Manages both production and staging environments for safe testing.
  • SSL Certificate Management: Automates the process of obtaining and renewing SSL certificates.
  • Rollback Capabilities: Provides a clear process for reverting to previous stable versions.
  • Use Case: When a new version of the FreyAI app is ready, you can trigger a "deploy to staging" command, verify its functionality, and then execute a "deploy to production" command. If issues arise, you can immediately "rollback" to the last known good version.

Quick Start

Deploy the latest changes to the production app at app.freyaivisions.de.

Frequently Asked Questions about deployment

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

FAQPage Schema
How do I automate application deployment to a VPS using Git and SSH?

You can automate application deployment to a VPS by using Git-based updates pushed over SSH. This Skill handles pre-deployment checks, executes the remote update, and runs post-deployment verification to ensure the release succeeded.

What is the best way to roll back a production release to a previous version?

The best way to roll back a production release is by using captured commit SHAs. This Skill records the last known good commit SHA during deployment, allowing you to immediately revert production to that stable version if issues arise.

How do I manage SSL certificates with Certbot during a production deployment?

Managing SSL certificates with Certbot during a production deployment is handled automatically. This Skill integrates Certbot to obtain and renew SSL certificates, securing your application as part of the release process.

Can I deploy Supabase Edge Functions to staging and production environments?

Yes, you can deploy Supabase Edge Functions to both staging and production environments. This Skill manages environment-specific releases, allowing you to verify functionality in staging before executing the production deployment.

What pre-deployment checks are needed before releasing a website to production?

Essential pre-deployment checks before releasing a website to production include validating environment configurations and verifying SSL readiness. This Skill automates these checks to ensure smooth releases before pushing updates via SSH.

Why does my Git-based deployment fail post-deployment verification on the server?

Git-based deployment post-deployment verification fails when the updated application does not respond correctly on the server. This Skill captures the specific commit SHA to enable an immediate rollback to the previous stable version.