From 463e73fa1ed99934884176268521ba51dfb519dc Mon Sep 17 00:00:00 2001 From: xds Date: Thu, 5 Feb 2026 20:54:49 +0300 Subject: [PATCH] feat: Add deploy.sh script for automated remote deployment. --- deploy.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 deploy.sh 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