From fcfc72f50885671c66f3f11ddad6a8ee0c149474 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Thu, 31 Oct 2019 18:15:16 -0700 Subject: [PATCH] source windows server addr from dynamic variable --- .drone.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8e2633f..fe0ff3a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -82,10 +82,6 @@ volumes: - name: go temp: {} -trigger: - branch: - - none - --- kind: pipeline type: ssh @@ -95,7 +91,8 @@ platform: os: windows server: - host: windows.1903.amd64.ssh.pipeline.drone.ci + host: + from_secret: windows_server_1903 password: from_secret: windows_password user: @@ -143,7 +140,8 @@ platform: os: windows server: - host: windows.1809.amd64.ssh.pipeline.drone.ci + host: + from_secret: windows_server_1809 password: from_secret: windows_password user: @@ -204,8 +202,6 @@ depends_on: - windows-1809 trigger: - branch: - - none ref: - refs/heads/master - refs/tags/*