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

Explore options for avoiding redeployments of unchanged apps #209

Open
taesungh opened this issue Nov 1, 2024 · 0 comments
Open

Explore options for avoiding redeployments of unchanged apps #209

taesungh opened this issue Nov 1, 2024 · 0 comments

Comments

@taesungh
Copy link
Member

taesungh commented Nov 1, 2024

Follow-up to #206:

In addition to preview deployments, it would be nice if we could avoid redeploying the Sanity project in production if nothing has changed there since the last deployment (and vice versa for the site although less often there).

Vercel has a mechanism for skipping unaffected projects in monorepos, but that requires connecting the repository which we cannot do on the Hobby team.

This feature is only available for projects connected to GitHub repositories.

We might be able to manually replicate that by setting up ignoring the build step based on turbo-ignore. However, skipping the build still counts as a deployment.

Canceled builds initiated using the ignore build step do count towards your deployment and concurrent build limits

Therefore, we would need to somehow replicate the feature from the Actions workflow.

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