diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000..d918d49 --- /dev/null +++ b/deploy.sh @@ -0,0 +1,6 @@ + +ssh root@31.59.58.220 " + cd /root/bots/ai-char-bot && + git pull && + docker compose up -d --build +" \ No newline at end of file