Compare commits

..

3 Commits

Author SHA1 Message Date
9fe44ae560 Merge commit 'da9dbd7'
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
2026-03-02 11:41:40 -06:00
da9dbd7827 ci: add auto-deploy to Docker Swarm after CI passes 2026-03-02 11:41:10 -06:00
a1a37c77f6 fix(api): add missing /orchestrator/health and /orchestrator/events/recent endpoints
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
- Added GET /orchestrator/health for widget health checks
- Added GET /orchestrator/events/recent for recent agent events
- Widgets were calling endpoints that returned 404
2026-03-02 09:33:31 -06:00

View File

@@ -360,7 +360,7 @@ steps:
# Deploy to swarm
echo "🚀 Deploying to Docker Swarm..."
ssh -o StrictHostKeyChecking=no localadmin@10.1.1.45 \
ssh -o StrictHostKeyChecking=no mosaic@10.1.1.45 \
"cd /opt/mosaic-stack && \
docker login git.mosaicstack.dev -u \$(echo \$GITEA_USER) -p \$GITEA_TOKEN || true && \
docker stack deploy -c docker-compose.yml mosaic"