Browse Source
allowed using varaibles in deploy file
pull/6241/head
tomo
2 months ago
No known key found for this signature in database
GPG Key ID: 5FB8BCB7CE54EE44
1 changed files with
1 additions and
0 deletions
-
deploy/multideploy.sh
|
|
@ -223,6 +223,7 @@ _export_envs() { |
|
|
|
|
|
|
|
IFS=$(printf '\n') |
|
|
|
echo "$_env_list" | yq e -r 'to_entries | .[] | .key + "=" + .value' | while IFS='=' read -r _key _value; do |
|
|
|
_value=$(eval echo "$_value") |
|
|
|
_savedomainconf "$_key" "$_value" |
|
|
|
_secure_debug3 "Saved $_key" "$_value" |
|
|
|
done |
|
|
|