Set deploy to only happen on push to public
This commit is contained in:
parent
480c3ac20d
commit
41d3d712e4
@ -18,4 +18,7 @@ pipeline:
|
|||||||
template: template.nomad
|
template: template.nomad
|
||||||
environment:
|
environment:
|
||||||
- PLUGIN_WATCH_DEPLOYMENT=true
|
- PLUGIN_WATCH_DEPLOYMENT=true
|
||||||
- PLUGIN_WATCH_DEPLOYMENT_TIMEOUT=10m
|
- PLUGIN_WATCH_DEPLOYMENT_TIMEOUT=10m
|
||||||
|
when:
|
||||||
|
branch: public
|
||||||
|
event: push
|
Loading…
Reference in New Issue
Block a user