pipeline update fix

This commit is contained in:
2026-03-16 13:42:21 -03:00
parent 0f60556e81
commit 6dc3c01637

22
.woodpecker/build.yml Normal file
View File

@@ -0,0 +1,22 @@
# sysmonstm Pipeline
when:
- event: push
- event: manual
steps:
- name: build
image: plugins/docker
settings:
repo: registry.mcrn.ar/sysmonstm/edge
registry: registry.mcrn.ar
tags:
- latest
- ${CI_COMMIT_SHA:0:7}
dockerfile: ctrl/edge/Dockerfile
context: ctrl/edge
- name: deploy
image: docker:24-cli
commands:
- cd ctrl/edge && ./deploy.sh