From a4632277ff6d2c94e5edb25aa46376d59f081446 Mon Sep 17 00:00:00 2001 From: Sergey Elpashev Date: Tue, 20 Feb 2024 01:12:09 +0300 Subject: [PATCH] sdfsdf --- build.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 343c1ef..e9dab11 100755 --- a/build.sh +++ b/build.sh @@ -15,9 +15,10 @@ else ssh-add ~/.ssh/id_rsa echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config fi -echoi "$branch" +echo "Its $branch" HOST_DOMAIN="nwaifu.su" export DOCKER_HOST="ssh://root@$HOST_DOMAIN:9724" -docker compose -p test-neuro build \ No newline at end of file +docker compose -p test-neuro build +docker compose up -d \ No newline at end of file