agent-system/deploy.sh

12 lines
129 B
Bash
Raw Permalink Normal View History

2026-05-08 21:49:25 +02:00
#!/usr/bin/env bash
set -e
cd ~/agent-system
git pull
docker compose build monitor-agent
docker compose up -d monitor-agent