secrets handling, part 2

This commit is contained in:
2023-12-19 11:47:37 +01:00
parent 7eb7ec4798
commit c77394bf4d
2 changed files with 5 additions and 1 deletions

View File

@ -5,6 +5,11 @@ if [ "$IMAGE_TAG" == "" ]; then
exit 1
fi
./decrypt-secrets.sh || exit 1
. secrets
rm secrets
IMAGE_NAME=gitea.hottis.de/wn/udi
CONFIG_FILE=config.json