mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 15:31:43 +00:00
fix: deprecar DeployLocal#extra_env
This commit is contained in:
parent
c774337fd3
commit
b2c6d40b0f
2 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,7 @@ class Deploy < ApplicationRecord
|
|||
has_many :build_stats, dependent: :destroy
|
||||
|
||||
DEPENDENCIES = []
|
||||
SOFT_DEPENDENCIES = []
|
||||
|
||||
def deploy(**)
|
||||
raise NotImplementedError
|
||||
|
|
|
@ -152,6 +152,7 @@ class DeployLocal < Deploy
|
|||
# Consigue todas las variables de entorno configuradas por otros
|
||||
# deploys.
|
||||
#
|
||||
# @deprecated Solo tenía sentido para Distributed Press v0
|
||||
# @return [Hash]
|
||||
def extra_env
|
||||
@extra_env ||=
|
||||
|
|
Loading…
Reference in a new issue