Files
sport-platform/deploy-back.sh
2026-03-16 12:21:28 +03:00

6 lines
100 B
Bash
Executable File

ssh root@31.59.58.220 "
cd /root/sport-platform &&
git pull &&
docker compose up -d --build
"