5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-05 20:35:45 +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
DEPENDENCIES = []
SOFT_DEPENDENCIES = []
def deploy(**)
raise NotImplementedError

View file

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