lure-web/.woodpecker.yml
Elara Musayelyan d23da62dfc
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Use my fork of the drone-nomad image
2023-05-05 15:11:21 +00:00

25 lines
617 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: elara6331/drone-nomad
secrets: [lure_api_github_secret]
settings:
addr: http://192.168.100.62:4646
template: template.nomad
environment:
- PLUGIN_WATCH_DEPLOYMENT=true
- PLUGIN_WATCH_DEPLOYMENT_TIMEOUT=10m
when:
branch: public
event: push