drone: fix docker runner env vars
This commit is contained in:
parent
9732e4edf1
commit
54ea93ced4
|
@ -93,8 +93,8 @@
|
|||
"--network=drone-net"
|
||||
];
|
||||
environment = {
|
||||
DRONE_SERVER_HOST = "ci.pub.solar";
|
||||
DRONE_SERVER_PROTO = "https";
|
||||
DRONE_RPC_HOST = "ci.pub.solar";
|
||||
DRONE_RPC_PROTO = "https";
|
||||
DRONE_RUNNER_CAPACITY = "2";
|
||||
DRONE_RUNNER_NAME = "flora-6-docker-runner";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue