This allows overriding some defaults with additional config (:current_revision, :previous_revision, :sentry_release_version, :deploy_name). Also, for those without repo integration on Sentry, this can be bypassed by set :sentry_repo_integration, false in config/deploy.rb or config/deploy/{stage}.rb.
I not sure it you want this, but I'm finding it useful.
This allows overriding some defaults with additional config (
:current_revision
,:previous_revision
,:sentry_release_version
,:deploy_name
). Also, for those without repo integration on Sentry, this can be bypassed byset :sentry_repo_integration, false
inconfig/deploy.rb
orconfig/deploy/{stage}.rb
.I not sure it you want this, but I'm finding it useful.