allowed using varaibles in deploy file

pull/6241/head
tomo 3 weeks ago
parent b6a6e67d04
commit 98aaff68f4
No known key found for this signature in database
GPG Key ID: 5FB8BCB7CE54EE44

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

Loading…
Cancel
Save