Files
ai-char-bot/deploy.sh

6 lines
102 B
Bash
Executable File

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