This repository has been archived on 2020-08-11. You can view files and clone it, but cannot push or open issues or pull requests.
stack/drone-starlark/repos/stack/public-secrets.star

18 lines
360 B
Plaintext
Raw Normal View History

2020-04-28 08:55:58 +00:00
publicSecrets = [
2020-04-29 13:39:24 +00:00
"title",
"description",
2020-04-28 08:55:58 +00:00
"certbot-email",
"drone-domain",
"drone-gitea-client-id",
"drone-gitea-server",
2020-04-28 19:22:17 +00:00
"drone-server-host",
2020-04-28 08:55:58 +00:00
"git-domain",
"local-docker-registry",
2020-04-29 13:39:24 +00:00
"ssh-host",
2020-04-28 08:55:58 +00:00
"guacamole-postgres-db",
2020-04-29 11:38:54 +00:00
"guacamole-postgres-user",
"sigyl-stack-root",
"sigyl-stack-name",
2020-04-29 22:37:57 +00:00
"ghost_mail_service",
"ghost_mail_user",
2020-04-28 08:55:58 +00:00
]