File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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-design',
39+ 'apollo-docs',
4040 'apollo-landing',
4141 'apollo-ui-react',
4242 'apollo-vertex'
9696 include :
9797 - project_name : apollo-design
9898 vercel_project_id_secret : VERCEL_PROJECT_ID_CANVAS
99+ - project_name : apollo-docs
100+ vercel_project_id_secret : VERCEL_PROJECT_ID_DOCS
99101 - project_name : apollo-landing
100102 vercel_project_id_secret : VERCEL_PROJECT_ID_LANDING
101103 - project_name : apollo-ui-react
@@ -158,6 +160,9 @@ jobs:
158160 VERCEL_PROJECT_ID_CANVAS)
159161 echo "VERCEL_PROJECT_ID=${{ secrets.VERCEL_PROJECT_ID_CANVAS }}" >> $GITHUB_ENV
160162 ;;
163+ VERCEL_PROJECT_ID_DOCS)
164+ echo "VERCEL_PROJECT_ID=${{ secrets.VERCEL_PROJECT_ID_DOCS }}" >> $GITHUB_ENV
165+ ;;
161166 VERCEL_PROJECT_ID_LANDING)
162167 echo "VERCEL_PROJECT_ID=${{ secrets.VERCEL_PROJECT_ID_LANDING }}" >> $GITHUB_ENV
163168 ;;
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