Browse Source

allowed using varaibles in deploy file

pull/6241/head
tomo 2 months ago
parent
commit
98aaff68f4
No known key found for this signature in database GPG Key ID: 5FB8BCB7CE54EE44
  1. 1
      deploy/multideploy.sh

1
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

Loading…
Cancel
Save