From 1404edaa4d06d7514db1aa41d4fa81a84a38c6ee Mon Sep 17 00:00:00 2001 From: Mythical <60989180+KittensAreDaBest@users.noreply.github.com> Date: Mon, 3 May 2021 00:18:17 +1000 Subject: [PATCH 1/2] Create kitten.json --- domains/kitten.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/kitten.json diff --git a/domains/kitten.json b/domains/kitten.json new file mode 100644 index 000000000..0a5aefddc --- /dev/null +++ b/domains/kitten.json @@ -0,0 +1,11 @@ +{ + "description": "a cool website", + "repo": "https://github.com/KittensAreDaBest/is-a-dev", + "owner": { + "username": "KittensAreDaBest", + "email": "is-a-dev@mythicalkitten.com" + }, + "record": { + "CNAME": "srv02.mythicalkitten.com" + } +} From a1576927d30ed5d536467963ca9c1ae4f13b88b1 Mon Sep 17 00:00:00 2001 From: Mythical <60989180+KittensAreDaBest@users.noreply.github.com> Date: Mon, 3 May 2021 12:21:05 +1000 Subject: [PATCH 2/2] Fixed Repo --- domains/kitten.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/kitten.json b/domains/kitten.json index 0a5aefddc..a014c082d 100644 --- a/domains/kitten.json +++ b/domains/kitten.json @@ -1,6 +1,6 @@ { "description": "a cool website", - "repo": "https://github.com/KittensAreDaBest/is-a-dev", + "repo": "https://github.com/KittensAreDaBest/main-site", "owner": { "username": "KittensAreDaBest", "email": "is-a-dev@mythicalkitten.com"