# 457 Instantly Deploy Pipeline 083b0d83

> instantly-deploy-pipeline

- Skill: `tools-only/457-instantly-deploy-pipeline-083b0d83` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add tools-only/457-instantly-deploy-pipeline-083b0d83`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tools-only/457-instantly-deploy-pipeline-083b0d83/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: tools-only (https://skillmd.com/u/tools-only)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/tools-only/457-instantly-deploy-pipeline-083b0d83

---

# instantly-deploy-pipeline

> Build automated deployment pipeline for Instantly campaign configurations with rollback

## Directory Structure

```
instantly-deploy-pipeline/
├── SKILL.md
└── examples/
    ├── deploy.py
    ├── rollback.py
    ├── deployment_config.yaml
    └── release_workflow.yml
```

## File Descriptions

| File | Type | Purpose |
|------|------|---------|
| SKILL.md | Markdown | Deployment pipeline architecture and implementation |
| deploy.py | Python | Automated deployment script with validation |
| rollback.py | Python | Rollback mechanism for failed deployments |
| deployment_config.yaml | YAML | Deployment configuration and settings |
| release_workflow.yml | YAML | Complete release workflow for CI/CD |

## Summary

**Category:** CI/CD
**Target Audience:** Release engineers automating campaign deployments
**Trigger Phrases:** "deploy instantly campaigns", "instantly deployment pipeline", "automate instantly release", "instantly rollback", "campaign deployment automation"
**Definition of Success (Technical):** Deployments execute without manual intervention
**Definition of Success (Business):** Faster reliable releases of campaign updates
**Production:** true
**Version:** 1.0.0
**License:** MIT
**Author:** Jeremy Longshore <jeremy@intentsolutions.io>

