deploy

Automate pocopine application deployment to multiple hosting platforms via Heroku-style process model.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pocopine, flyio, railway, render, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The deploy skill unit streamlines the deployment of pocopine applications, removing the need for manual configuration changes for different hosting environments.

Core Features & Use Cases

  • Cross-Platform Deployment: Deploy pocopine applications to Fly.io, Railway, Render, or other hosts with minimal configuration.
  • RFC 080 Compliance: Follows the Heroku-style process model, ensuring a portable and standardized deployment experience.
  • Configuration Flexibility: Allows setting specific configurations for different hosting platforms with deploy.<host> overrides.
  • Environment Variable Integration: Automatically pulls environment variables at deploy time from process environment or secrets.

Quick Start

Use the deploy skill to deploy your pocopine app to Fly.io with the following command: pocopine deploy --target fly.

Frequently Asked Questions about deploy

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

FAQPage Schema
How do I deploy a pocopine application to Fly.io?

Yes, this deployment approach supports cross-platform hosting across Fly.io, Railway, and Render. It allows setting specific configurations for different hosting platforms using deploy.<host> overrides to ensure consistency and easy migration between environments.

What is the Heroku-style process model used for application hosting?

The Heroku-style process model is a portable, standardized deployment mechanism defined by RFC 080. It automates pushing images to target hosts and ensures consistent application behavior across various hosting environments like Fly.io and Railway.

How do I handle environment variables during continuous deployment?

During continuous deployment, environment variables are automatically pulled at deploy time from the process environment or configured secrets. This integration removes manual configuration and ensures applications have the required runtime variables on target hosts.

Do I need specific hosting platform APIs to deploy pocopine apps?

Yes, automating the deployment of pocopine applications requires specific hosting platform APIs. These APIs are necessary to automatically build and push images to target hosts like Fly.io, Railway, or Render using the standardized process model.