chore: minimal refactoring
All checks were successful
Build and Push RunPod Docker Image / build-and-push (push) Successful in 1m26s

This commit is contained in:
2025-11-27 11:51:21 +01:00
parent d625bf1c23
commit 69bf6af419
2 changed files with 47 additions and 41 deletions

View File

@@ -55,17 +55,25 @@ else
echo " ⏭ Skipping"
fi
# [5/7] Setting up tailscale
echo "[5/7] Starting tailscale..."
cd "$PWD/orchestrator"
arty tailscale/start
cd -
echo " ✓ Started successfully"
# [6/7] Starting supervisor
echo "[6/7] Starting supervisor..."
cd "$PWD/orchestrator"
arty supervisor/start
cd -
echo " ✓ Started successfully"
# Display connection information
echo ""
echo "========================================"
echo " Container Ready"
echo "========================================"
echo "Services:"
echo " - SSH: port 22"
if [ -n "${TAILSCALE_IP:-}" ] && [ "$TAILSCALE_IP" != "not connected" ]; then
echo " - Tailscale IP: $TAILSCALE_IP"
fi
echo ""
echo "========================================"
# Keep container running