secrets handling, part 2
This commit is contained in:
parent
7eb7ec4798
commit
c77394bf4d
@ -5,7 +5,6 @@ if [ "$ENCRYPTION_KEY" = "" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
MD5_CHECKSUM=$1
|
|
||||||
if [ "$MD5_CHECKSUM" = "" ]; then
|
if [ "$MD5_CHECKSUM" = "" ]; then
|
||||||
echo "No checksum given"
|
echo "No checksum given"
|
||||||
exit 1
|
exit 1
|
||||||
|
@ -5,6 +5,11 @@ if [ "$IMAGE_TAG" == "" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
./decrypt-secrets.sh || exit 1
|
||||||
|
|
||||||
|
. secrets
|
||||||
|
rm secrets
|
||||||
|
|
||||||
IMAGE_NAME=gitea.hottis.de/wn/udi
|
IMAGE_NAME=gitea.hottis.de/wn/udi
|
||||||
|
|
||||||
CONFIG_FILE=config.json
|
CONFIG_FILE=config.json
|
||||||
|
Loading…
x
Reference in New Issue
Block a user