This commit is contained in:
Josh 2026-01-09 00:24:04 +02:00
commit 91a950e72f
17 changed files with 2724 additions and 0 deletions

14
.woodpecker.yml Normal file
View file

@ -0,0 +1,14 @@
when:
branch: main
event: push
steps:
- name: build
image: docker:27-cli
environment:
- DOCKER_HOST=unix:///var/run/docker.sock
commands:
- docker build -t 10.0.0.3:5000/jarvis:latest .
- docker push 10.0.0.3:5000/jarvis:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock