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