diff --git a/app/models/deploy_distributed_press.rb b/app/models/deploy_distributed_press.rb index 51788865..08924eff 100644 --- a/app/models/deploy_distributed_press.rb +++ b/app/models/deploy_distributed_press.rb @@ -7,7 +7,7 @@ class DeployDistributedPress < Deploy store :values, accessors: %i[api_key hostname], coder: JSON - def deploy; end + def deploy(**); end def limit; end