mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 17:46:21 +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
|
has_many :build_stats, dependent: :destroy
|
||||||
|
|
||||||
DEPENDENCIES = []
|
DEPENDENCIES = []
|
||||||
|
SOFT_DEPENDENCIES = []
|
||||||
|
|
||||||
def deploy(**)
|
def deploy(**)
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
|
@ -152,6 +152,7 @@ class DeployLocal < Deploy
|
||||||
# Consigue todas las variables de entorno configuradas por otros
|
# Consigue todas las variables de entorno configuradas por otros
|
||||||
# deploys.
|
# deploys.
|
||||||
#
|
#
|
||||||
|
# @deprecated Solo tenía sentido para Distributed Press v0
|
||||||
# @return [Hash]
|
# @return [Hash]
|
||||||
def extra_env
|
def extra_env
|
||||||
@extra_env ||=
|
@extra_env ||=
|
||||||
|
|
Loading…
Reference in a new issue