update CI
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2026-03-16 14:01:24 -03:00
parent 8c6ec2e683
commit a15de4f72b

View File

@@ -19,4 +19,7 @@ steps:
- name: deploy - name: deploy
image: docker:24-cli image: docker:24-cli
commands: commands:
- cd ctrl/edge && ./deploy.sh - docker pull registry.mcrn.ar/sysmonstm/edge:latest
- docker stop sysmonstm-edge || true
- docker rm sysmonstm-edge || true
- docker run -d --name sysmonstm-edge --restart unless-stopped --network gateway -p 8080:8080 registry.mcrn.ar/sysmonstm/edge:latest