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

Ask user confirmation before building/deploying #75

Open
nlewo opened this issue Apr 3, 2025 · 0 comments
Open

Ask user confirmation before building/deploying #75

nlewo opened this issue Apr 3, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@nlewo
Copy link
Owner

nlewo commented Apr 3, 2025

Currently, when comin fetches a new commit, it builds and deploys it unconditionally. This is nice on servers, but I don't find this convenient on my laptops.

  • When i'm using my laptop, i sometimes don't want to have to build a new system.
  • When i boot my laptop, comin builds and deploys new configuration while as a user, i would prefer to use my computer and choose to deploy later.

I think we could add a configuration option to make comin waiting for a user confirmation before building or deploying new commits.

Ideally, comin should be able to know if a commit has to be built or if it only need to be substituted: i think it would be ok to unconditionally substitute since it is doesn't consume CPU.

@nlewo nlewo added the enhancement New feature or request label Apr 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant