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

Option to skip update-check #3743

Open
alexgit2k opened this issue Dec 8, 2023 · 0 comments
Open

Option to skip update-check #3743

alexgit2k opened this issue Dec 8, 2023 · 0 comments
Labels

Comments

@alexgit2k
Copy link
Contributor

Every time deployer is started it checks if there is an update available (except for execution plans):

private function checkUpdates()
{
try {
fwrite(STDERR, Httpie::get('https://deployer.org/check-updates/' . DEPLOYER_VERSION)->send());
} catch (\Throwable $e) {
// Meh
}
}

I would like to have an option like --skip-updatecheck to skip the update-check.

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

No branches or pull requests

2 participants