Deployment build
Skill ComeOnOliver/skillshub/skills/aiskillstore/marketplace/abdulsamad94/deployment-build
Knowledge of the Vercel deployment pipeline, hybrid build scripts, and environment configuration.From its SKILL.md
npx -y skills add ComeOnOliver/skillshub --skill deployment-buildAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.9 KB, 238 tokens by cl100k_base, as published. Nobody here has run it
Deployment & Build Pipeline
Hybrid Build Process
Our project combines a Next.js root app with a Docusaurus documentation app.
- Build Command:
npm run build - Logic:
cd textbook && npm install && npm run build(Builds Docs)npx shx mkdir -p public/docs(Creates output dir)npx shx cp -r textbook/build/* public/docs/(Copies static docs to Next.js public folder)next build(Builds the main Next.js app)
Vercel Configuration
- File:
backend/vercel.json - Python Runtime: Used for the FastAPI backend (
backend/main.py). - Routes: Rewrites all
/api/*requests to the Python function.
Environment Variables
Ensure these are set in the Vercel Dashboard:
GEMINI_API_KEYQDRANT_URLQDRANT_API_KEYBETTER_AUTH_SECRETNEXT_PUBLIC_APP_URL
What ships with it
8.0 KB alongside SKILL.md
GitHub clipped this repository’s file list, so this is at least 1 file and may be more.
- skill-report.json8.0 KB