-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CI support #7
Comments
@flynnham We already have this: Main issue is that components have different UUIDs between staging and production accounts – so we don't have a good dev -> staging -> prod workflow. |
As a user facing library though, I don't think that's an issue we should be tasked with solving? |
CI support isn't super useful without it, since there's no support for branches. Staging -> Prod is one of the main holes in our developer experience right now. |
In that case, we'd just need an additional check (for staging deploys) to remap uuids to their component name, which would be the same across staging. That's as easy as just requesting the component models for a given campaign. |
So it'd take the staging component uuid instead |
I think it needs a bit more thought, because the styles are mapped to the campaign path too which will be different between staging and production campaigns. We need a way to link campaigns together probably for their different states. |
It'd be beneficial to add the ability to integrate the cli into a CI workflow to automate the deployment of styles and components without the need to pull down and authenticate via login.
The text was updated successfully, but these errors were encountered: