5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-04 23:16:56 +00:00

fix: deprecar DeployLocal#extra_env

This commit is contained in:
f 2023-03-27 14:44:22 -03:00
parent 373cdf895a
commit 68704dd598
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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 ||=