From a7d679183ce07c6337270c5af8f135f6cc42c158 Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Mon, 11 May 2020 09:44:25 +0100 Subject: [PATCH] . --- .drone-do.star | 14 ++++++++++++++ drone-starlark/repos/proxy/public-secrets.star | 1 + 2 files changed, 15 insertions(+) create mode 100644 .drone-do.star diff --git a/.drone-do.star b/.drone-do.star new file mode 100644 index 0000000..d7d2e39 --- /dev/null +++ b/.drone-do.star @@ -0,0 +1,14 @@ + +load("@this//drone:drone.star", "drone") +load("@this//drone:stack-name.star", "stackName") +load("@this//drone:stack-root.star", "stackRoot") + +def main(ctx): + return drone( + ctx, + "do", + stackRoot, + stackName, + [] + ) + \ No newline at end of file diff --git a/drone-starlark/repos/proxy/public-secrets.star b/drone-starlark/repos/proxy/public-secrets.star index 400e6cd..4867439 100644 --- a/drone-starlark/repos/proxy/public-secrets.star +++ b/drone-starlark/repos/proxy/public-secrets.star @@ -2,4 +2,5 @@ publicSecrets = [ "certbot-email", "drone-domain", "git-domain", + "local-docker-registry", ] \ No newline at end of file