devops

Solid

Deploy to Vercel (frontends, serverless), Railway (backends, services), Supabase (database, auth, storage), GitHub Actions CI/CD. Use for deployments, infrastructure, monitoring, CI/CD.

DevOps & Infrastructure 2 stars 0 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
16
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# DevOps Skill Deploy and manage cloud infrastructure across Vercel, Railway, Supabase, and GitHub Actions. ## When to Use - Deploy frontends and serverless functions to Vercel - Deploy backend services to Railway - Manage databases, auth, and storage with Supabase - Set up CI/CD pipelines with GitHub Actions - Monitor deployments and debug production issues - Manage environment variables and secrets ## Platform Selection | Need | Choose | |------|--------| | Frontend / Next.js / static sites | Vercel | | Serverless API routes / edge functions | Vercel | | Long-running backend services | Railway | | Background workers / cron jobs | Railway | | PostgreSQL database | Supabase | | User authentication | Supabase Auth | | File/image storage | Supabase Storage | | Realtime subscriptions | Supabase Realtime | | Edge functions (Deno) | Supabase Edge Functions | | CI/CD pipelines | GitHub Actions | ## Quick Start ```bash # Vercel - deploy frontend vercel deploy # Preview deployment vercel deploy --prod # Production deployment # Railway - deploy backend railway up # Deploy current directory railway logs # View service logs # Supabase - manage database supabase db push # Push migrations to remote supabase migration new feat_name # Create new migration # GitHub Actions - CI/CD gh workflow run deploy.yml # Trigger workflow manually gh run list # View recent runs ``` ## Command Reference ### Vercel ```...

Details

Author
NewAbra
Repository
NewAbra/auto-co-meta
Created
11 months ago
Last Updated
yesterday
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category