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