feat: Add deploy.sh script for automated remote deployment.

This commit is contained in:
xds
2026-02-05 20:54:49 +03:00
parent 76dd976854
commit 463e73fa1e

6
deploy.sh Executable file
View File

@@ -0,0 +1,6 @@
ssh root@31.59.58.220 "
cd /root/bots/ai-char-bot &&
git pull &&
docker compose up -d --build
"