mirror of
https://github.com/MrSedan/neuro-reply-website.git
synced 2026-01-14 20:49:42 +03:00
This commit is contained in:
7
build.sh
7
build.sh
@@ -15,13 +15,8 @@ else
|
||||
ssh-add ~/.ssh/id_rsa
|
||||
echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
|
||||
fi
|
||||
|
||||
if [ "$branch" == "test" ]; then
|
||||
echoi "$branch"
|
||||
HOST_DOMAIN="nwaifu.su"
|
||||
else
|
||||
echo "No configuration for branch $branch"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
export DOCKER_HOST="ssh://root@$HOST_DOMAIN:9724"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user