1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-19 13:19:39 +02:00

Improve self hosting docs and UI (#870)

This commit is contained in:
Zach Gollwitzer 2024-06-13 16:19:05 -04:00 committed by GitHub
parent 9956a9540e
commit d0a15b8a98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 221 additions and 101 deletions

View file

@ -47,7 +47,7 @@ class Settings::HostingsController < SettingsController
end
end
if hosting_params[:upgrades_mode] != "manual" && hosting_params[:render_deploy_hook].blank?
if hosting_params[:upgrades_mode] == "auto" && hosting_params[:render_deploy_hook].blank?
@errors.add(:render_deploy_hook, t("settings.hostings.update.render_deploy_hook_error"))
end