shopify-deploy-integration

Featured

Deploy Shopify apps to Vercel, Fly.io, Railway, and Cloud Run with proper environment configuration. Use when deploying Shopify-powered applications to production, configuring platform-specific secrets, or setting up hosting. Trigger with phrases like "deploy shopify", "shopify hosting", "shopify Vercel", "shopify production deploy", "shopify Fly.io".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

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

Skill Content

# Shopify Deploy Integration ## Overview Deploy Shopify apps to popular hosting platforms. Covers environment configuration, webhook URL setup, and Shopify CLI deployment for extensions. ## Prerequisites - Shopify app tested locally with `shopify app dev` - Platform CLI installed (vercel, fly, or gcloud) - Production API credentials ready - `shopify.app.toml` configured ## Instructions ### Step 1: Deploy App with Shopify CLI ```bash # Shopify CLI handles extension deployment and app config sync shopify app deploy # This uploads: # - Theme app extensions # - Function extensions # - App configuration (URLs, scopes, webhooks) # But NOT your web app — you host that separately ``` ### Step 2: Vercel Deployment ```bash # Set environment variables vercel env add SHOPIFY_API_KEY production vercel env add SHOPIFY_API_SECRET production vercel env add SHOPIFY_SCOPES production vercel env add SHOPIFY_APP_URL production # Deploy vercel --prod ``` ```json // vercel.json { "framework": "remix", "env": { "SHOPIFY_API_KEY": "@shopify-api-key", "SHOPIFY_API_SECRET": "@shopify-api-secret" }, "headers": [ { "source": "/webhooks(.*)", "headers": [ { "key": "Access-Control-Allow-Origin", "value": "*" } ] } ], "functions": { "app/**/*.ts": { "maxDuration": 25 } } } ``` Update `shopify.app.toml` with your Vercel URL: ```toml [auth] redirect_urls = [ "https://your-app.vercel.app/auth/callback" ] application_url = "https://yo...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

klaviyo-deploy-integration

Deploy Klaviyo integrations to Vercel, Fly.io, and Cloud Run platforms. Use when deploying Klaviyo-powered applications to production, configuring platform-specific secrets, or setting up deployment pipelines. Trigger with phrases like "deploy klaviyo", "klaviyo Vercel", "klaviyo production deploy", "klaviyo Cloud Run", "klaviyo Fly.io".

2,266 Updated today
jeremylongshore
AI & Automation Solid

vercel-deploy-integration

Deploy and manage Vercel production deployments with promotion, rollback, and multi-region strategies. Use when deploying to production, configuring deployment regions, or setting up blue-green deployment patterns on Vercel. Trigger with phrases like "deploy vercel", "vercel production deploy", "vercel promote", "vercel rollback", "vercel regions".

2,266 Updated today
jeremylongshore
AI & Automation Featured

salesloft-deploy-integration

Deploy SalesLoft integrations to Vercel, Fly.io, and Cloud Run. Use when deploying SalesLoft-powered apps to production, configuring platform secrets, or setting up webhook endpoints. Trigger: "deploy salesloft", "salesloft Vercel", "salesloft Cloud Run".

2,266 Updated today
jeremylongshore
AI & Automation Featured

hubspot-deploy-integration

Deploy HubSpot integrations to Vercel, Fly.io, and Cloud Run platforms. Use when deploying HubSpot-powered applications, configuring platform secrets, or setting up deployment pipelines with HubSpot access tokens. Trigger with phrases like "deploy hubspot", "hubspot Vercel", "hubspot Cloud Run", "hubspot Fly.io", "hubspot production deploy".

2,266 Updated today
jeremylongshore
AI & Automation Featured

clerk-deploy-integration

Configure Clerk for deployment on various platforms. Use when deploying to Vercel, Netlify, Railway, or other platforms, or when setting up production environment. Trigger with phrases like "deploy clerk", "clerk Vercel", "clerk Netlify", "clerk production deploy", "clerk Railway".

2,266 Updated today
jeremylongshore