This commit is contained in:
@ -23,7 +23,6 @@ SCRIPT_DIR="$(dirname "$0")"
|
||||
# // |-- service.env (actual service config)
|
||||
# // |-- .template_info.env
|
||||
# // |-- template
|
||||
# // |-- _default.env
|
||||
# // |-- (script files)
|
||||
# // |-- config
|
||||
# // |-- service.env (default service config)
|
||||
@ -66,7 +65,6 @@ function run_command() {
|
||||
CURRENT_OUTPUT=$(
|
||||
set -a
|
||||
|
||||
load_dotenv "${service_path}/template/_default.env"
|
||||
load_dotenv "${service_path}/config/service.env"
|
||||
load_dotenv "${service_path}/config/.template_info.env"
|
||||
|
||||
|
Reference in New Issue
Block a user