source windows server addr from dynamic variable
This commit is contained in:
12
.drone.yml
12
.drone.yml
@@ -82,10 +82,6 @@ volumes:
|
|||||||
- name: go
|
- name: go
|
||||||
temp: {}
|
temp: {}
|
||||||
|
|
||||||
trigger:
|
|
||||||
branch:
|
|
||||||
- none
|
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: ssh
|
type: ssh
|
||||||
@@ -95,7 +91,8 @@ platform:
|
|||||||
os: windows
|
os: windows
|
||||||
|
|
||||||
server:
|
server:
|
||||||
host: windows.1903.amd64.ssh.pipeline.drone.ci
|
host:
|
||||||
|
from_secret: windows_server_1903
|
||||||
password:
|
password:
|
||||||
from_secret: windows_password
|
from_secret: windows_password
|
||||||
user:
|
user:
|
||||||
@@ -143,7 +140,8 @@ platform:
|
|||||||
os: windows
|
os: windows
|
||||||
|
|
||||||
server:
|
server:
|
||||||
host: windows.1809.amd64.ssh.pipeline.drone.ci
|
host:
|
||||||
|
from_secret: windows_server_1809
|
||||||
password:
|
password:
|
||||||
from_secret: windows_password
|
from_secret: windows_password
|
||||||
user:
|
user:
|
||||||
@@ -204,8 +202,6 @@ depends_on:
|
|||||||
- windows-1809
|
- windows-1809
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
|
||||||
- none
|
|
||||||
ref:
|
ref:
|
||||||
- refs/heads/master
|
- refs/heads/master
|
||||||
- refs/tags/*
|
- refs/tags/*
|
||||||
|
|||||||
Reference in New Issue
Block a user