fix(apps): drone - use https for the runner
Some checks failed
Check Kubernetes YAMLs / scan (push) Failing after 19s
Some checks failed
Check Kubernetes YAMLs / scan (push) Failing after 19s
This commit is contained in:
parent
f65f2fdc53
commit
ed63a5a6f0
@ -31,7 +31,7 @@ spec:
|
|||||||
- name: DRONE_RPC_HOST
|
- name: DRONE_RPC_HOST
|
||||||
value: drone.fascinated.cc
|
value: drone.fascinated.cc
|
||||||
- name: DRONE_RPC_PROTO
|
- name: DRONE_RPC_PROTO
|
||||||
value: http
|
value: https
|
||||||
- name: DRONE_RPC_SECRET
|
- name: DRONE_RPC_SECRET
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
Reference in New Issue
Block a user