Linear Deploy Integration
Overview
Deploy Linear-integrated applications and track deployments in Linear.
Prerequisites
- Working Linear integration
- Deployment platform account (Vercel, Railway, Cloud Run, etc.)
- CI/CD pipeline configured
Instructions
- Step 1: Vercel Deployment
- Step 2: Google Cloud Run Deployment
- Step 3: Railway Deployment
- Step 4: Deployment Tracking in Linear
- Step 5: GitHub Actions Deployment Workflow
- Step 6: Rollback Tracking
For full implementation details and code examples, load:
Read(${CLAUDE_SKILL_DIR}/references/implementation-guide.md)
Error Handling
| Error | Cause | Solution |
|---|---|---|
Secret not found |
Missing env var | Configure secrets on platform |
Webhook timeout |
Long processing | Increase function timeout |
Connection refused |
Firewall blocking | Check egress rules |
Resources
Next Steps
Set up webhooks with linear-webhooks-events.
Output
- Configuration files or code changes applied to the project
- Validation report confirming correct implementation
- Summary of changes made and their rationale
See deployment implementation details for output format specifications.
Examples
Basic usage: Apply linear deploy integration to a standard project setup with default configuration options.
Advanced scenario: Customize linear deploy integration for production environments with multiple constraints and team-specific requirements.