Fixed format
This commit is contained in:
parent
e35c31396c
commit
095c64c23c
|
|
@ -6,7 +6,7 @@ services:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
DRONE_RPC_HOST: $$drone_server_host:80
|
DRONE_RPC_HOST: $$drone_server_host:80
|
||||||
DRONE_RPC_SECRET: $$cap_drone_secret
|
DRONE_RPC_SECRET: $$cap_drone_secret
|
||||||
DRONE_RPC_PROTO: $$cap_drone_server_proto
|
DRONE_RPC_PROTO: $$cap_drone_server_proto
|
||||||
caproverExtra:
|
caproverExtra:
|
||||||
|
|
@ -102,4 +102,4 @@ caproverOneClickApp:
|
||||||
displayName: Drone.io
|
displayName: Drone.io
|
||||||
isOfficial: true
|
isOfficial: true
|
||||||
description: Drone is a self-service Continuous Delivery platform for busy development teams
|
description: Drone is a self-service Continuous Delivery platform for busy development teams
|
||||||
documentation: Taken from https://docs.drone.io/intro/gitea/single-machine/
|
documentation: Taken from https://docs.drone.io/intro/gitea/single-machine/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue