логи для нотификации tbank
Deploy / deploy (push) Successful in 56s

This commit is contained in:
Раис Юсупалиев
2026-06-20 00:26:48 +03:00
parent 65c07f1da3
commit cbcd9ca1bc
3 changed files with 45 additions and 3 deletions
+1 -3
View File
@@ -73,8 +73,6 @@ jobs:
run: |
set -euo pipefail
apt update && apt install -y gettext-base
# Экспортируем все секреты как env-переменные
while IFS= read -r -d '' entry; do
key="${entry%%=*}"
@@ -103,7 +101,7 @@ jobs:
exit 1
fi
done
envsubst < "$src" > "$dst"
perl -pe 's/\$\{(\w+)\}/exists $ENV{$1} ? $ENV{$1} : ""/ge' "$src" > "$dst"
}
render config.template.yaml config.rendered.yaml