printing some variables

main
Andre Challier 2024-03-27 19:24:16 +01:00
parent 492c285c60
commit b01bc76436
2 changed files with 7 additions and 3 deletions

View File

@ -8,9 +8,9 @@ services:
networks:
- nginx-network
environment:
- GIT_SERVER_PROGRAMM=${GIT_SERVER_PROGRAMM}
- GIT_SERVER_ASSETS=${GIT_SERVER_ASSETS}
- WEBHOOK_SECRET=${WEBHOOK_SECRET}
GIT_SERVER_PROGRAMM=${GIT_SERVER_PROGRAMM}
GIT_SERVER_ASSETS=${GIT_SERVER_ASSETS}
WEBHOOK_SECRET=${WEBHOOK_SECRET}
webhooks-git:
build:

View File

@ -79,7 +79,11 @@ else
fi
# Create or append known_hosts
echo "Validating: $GIT_SERVER_PROGRAMM"
ssh-keyscan -H "$GIT_SERVER_PROGRAMM" >> "${path_ssh}"/known_hosts
echo "Validating: $GIT_SERVER_ASSETS"
ssh-keyscan -H "$GIT_SERVER_ASSETS" >> "${path_ssh}"/known_hosts
echo "git and ssh configured."