ci: add explicit build-deploy step for drive-integration []#11126
Merged
david-shibley-contentful merged 2 commits intoJul 23, 2026
Conversation
drive-integration is a private lerna package and is excluded from lerna's --since scoping, so its deploy script was never called by CI. Add a dedicated step in build-deploy-prod that builds the frontend with the correct Vite env vars and runs upload:app-prod + deploy:sync-prod directly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
david-shibley-contentful
deleted the
fix/drive-integration-explicit-deploy-step
branch
July 23, 2026 19:21
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
lerna run deploy --sinceexcludes private packages, so itsdeploy:prodscript has never been called by CIapp.contentful.comBuild and deploy drive-integration to prodstep inbuild-deploy-prodthat runsbuild:frontend+deploy:sync-prod+upload:app-proddirectly with the correct Vite env vars, bypassing lerna entirelyTest plan
build-deploy-prodcompletes and includes the new "Build and deploy drive-integration to prod" stepapp.contentful.comis newer than the last deployGenerated with Claude Code