From 3890118085829b229bf68c2a8946d3db140dc6f4 Mon Sep 17 00:00:00 2001 From: Nikolay Ponich <31021660+ponich@users.noreply.github.com> Date: Wed, 9 Aug 2023 01:35:40 +0300 Subject: [PATCH] feat(domain): add `ponich-sandbox.is-a.dev` --- domains/ponich-sandbox.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/ponich-sandbox.json diff --git a/domains/ponich-sandbox.json b/domains/ponich-sandbox.json new file mode 100644 index 000000000..10f458466 --- /dev/null +++ b/domains/ponich-sandbox.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "ponich", + "email": "n.ponich@gmail.com" + }, + + "record": { + "CNAME": "dev.ponich.com" + } +}