lure-web/.woodpecker.yml
Arsen Musayelyan 480c3ac20d
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Add nomad template
2023-05-04 15:10:09 -07:00

21 lines
525 B
YAML

pipeline:
publish:
image: woodpeckerci/plugin-docker-buildx
secrets: [docker_username, docker_password]
settings:
repo: elara6331/lure-web
dockerfile: docker/Dockerfile
platforms: linux/amd64,linux/arm64
tag: latest
when:
branch: public
event: push
deploy:
image: loq9/drone-nomad
settings:
addr: http://192.168.100.62:4646
template: template.nomad
environment:
- PLUGIN_WATCH_DEPLOYMENT=true
- PLUGIN_WATCH_DEPLOYMENT_TIMEOUT=10m