From 85830b962700fd21475a3ba7d15a5f6cdbd7e50d Mon Sep 17 00:00:00 2001 From: Elara Date: Fri, 26 Jul 2024 18:02:37 -0700 Subject: [PATCH] Use settings instead of environment --- .woodpecker.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index aabdd18..abfc970 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -25,6 +25,5 @@ steps: settings: addr: http://192.168.100.62:4646 template: template.nomad - environment: - - PLUGIN_WATCH_DEPLOYMENT=true - - PLUGIN_WATCH_DEPLOYMENT_TIMEOUT=10m + watch_deployment: true + watch_deployment_timeout: 10m