diff options
author | Franck <franck@fcuny.net> | 2022-11-07 08:09:25 -0800 |
---|---|---|
committer | Franck <franck@fcuny.net> | 2022-11-07 08:09:25 -0800 |
commit | bb7025da134fef21f4ccafee74a75428b56a27de (patch) | |
tree | 6e0ff5e7b3ee7367d1fedbf57a407040b8b8ec49 /tools/dnsupdate | |
parent | ref(home/git): update mapping for the git-helper (diff) | |
parent | fix(services/drone): enable drone (diff) | |
download | world-bb7025da134fef21f4ccafee74a75428b56a27de.tar.gz |
Merge pull request 'fcuny/ci-drone' (#1) from fcuny/test-woodpecker into main
Reviewed-on: https://git.fcuny.net/fcuny/world/pulls/1
Diffstat (limited to 'tools/dnsupdate')
-rw-r--r-- | tools/dnsupdate/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/dnsupdate/main.go b/tools/dnsupdate/main.go index fcac9f1..6748ee9 100644 --- a/tools/dnsupdate/main.go +++ b/tools/dnsupdate/main.go @@ -19,6 +19,7 @@ var desiredRecords = []string{ "bt", "cs", "dash", + "drone", "music", "unifi", } |