printing some variables
parent
492c285c60
commit
b01bc76436
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Reference in New Issue