Skip to content
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

Maybe change deployment strategy #286

Open
Greenheart opened this issue Feb 28, 2023 · 0 comments
Open

Maybe change deployment strategy #286

Greenheart opened this issue Feb 28, 2023 · 0 comments

Comments

@Greenheart
Copy link
Owner

Greenheart commented Feb 28, 2023

Ideally, manually select commits that should be deployed. Especially when pushing to the main branch.

Or, we could change the main development branch to be dev and then only merge to main to create production deployments.

If we start using another development branch, we should update the CMS config to target dev instead of main.

One reason this change might be useful is because it would decrease the number of CI builds. However, we're still far below the limits, so this isn't really a problem yet.


Update 2023-09-25:

When merging many changes from the CMS, we can easily go beyond the rate limiting of Vercel's builds. Thus, it might be worth moving to a separate production branch that is the only one getting built by Vercel. And we can keep all existing config for main as the active development branch. Then the only changes to production should be merge commits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant