remove the deploy models

This commit is contained in:
Eric Laurello 2023-11-08 08:25:31 -05:00
parent fa5f37274b
commit a6ec6fa938
4 changed files with 0 additions and 12 deletions

View File

@ -1,2 +0,0 @@
{% set config = config_core__live %}
{{ ephemeral_deploy_core(config) }}

View File

@ -1,2 +0,0 @@
{% set config = config_core__utils %}
{{ ephemeral_deploy_core(config) }}

View File

@ -1,5 +0,0 @@
-- depends_on: {{ ref('_utils') }}
-- depends_on: {{ ref('utils') }}
-- depends_on: {{ ref('_live') }}
{% set config = config_core_live %}
{{ ephemeral_deploy_core(config) }}

View File

@ -1,3 +0,0 @@
-- depends_on: {{ ref('_utils') }}
{% set config = config_core_utils %}
{{ ephemeral_deploy_core(config) }}