Files
nextcloud-logmar/.woodpecker.yml
2026-01-20 16:22:08 +01:00

15 lines
385 B
YAML

when:
event:
- push
- manual
steps:
build:
image: docker:26
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- docker login 192.168.100.202:5005 -u $REGISTRY_USER -p $REGISTRY_PASS
- docker build -t 192.168.100.202:5005/nextcloud-logmar:latest .
- docker push 192.168.100.202:5005/nextcloud-logmar:latest
#test auto deploy