File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ name: Vercel Deployments
22
33on :
44 pull_request :
5- branches : [main]
65 push :
76 branches : [main]
87
3736
3837 const projects = [
3938 'apollo-canvas',
39+ 'apollo-docs',
4040 'apollo-landing',
4141 'apollo-ui-react',
4242 'apollo-vertex',
9797 include :
9898 - project_name : apollo-canvas
9999 vercel_project_id_secret : VERCEL_PROJECT_ID_CANVAS
100+ - project_name : apollo-docs
101+ vercel_project_id_secret : VERCEL_PROJECT_ID_DOCS
100102 - project_name : apollo-landing
101103 vercel_project_id_secret : VERCEL_PROJECT_ID_LANDING
102104 - project_name : apollo-ui-react
@@ -161,6 +163,9 @@ jobs:
161163 VERCEL_PROJECT_ID_CANVAS)
162164 echo "VERCEL_PROJECT_ID=${{ secrets.VERCEL_PROJECT_ID_CANVAS }}" >> $GITHUB_ENV
163165 ;;
166+ VERCEL_PROJECT_ID_DOCS)
167+ echo "VERCEL_PROJECT_ID=${{ secrets.VERCEL_PROJECT_ID_DOCS }}" >> $GITHUB_ENV
168+ ;;
164169 VERCEL_PROJECT_ID_LANDING)
165170 echo "VERCEL_PROJECT_ID=${{ secrets.VERCEL_PROJECT_ID_LANDING }}" >> $GITHUB_ENV
166171 ;;
Original file line number Diff line number Diff line change 1+ {
2+ "buildCommand" : " cd ../.. && pnpm turbo build --filter=apollo-docs" ,
3+ "installCommand" : " cd ../.. && pnpm install" ,
4+ "framework" : " nextjs" ,
5+ "ignoreCommand" : " git diff HEAD^ HEAD --quiet . && git diff HEAD^ HEAD --quiet ../../packages"
6+ }
You can’t perform that action at this time.
0 commit comments