From 45de02be90fc86e2d4d1bdf1e6ec1fd64157170b Mon Sep 17 00:00:00 2001 From: taha2002 Date: Sat, 3 Sep 2022 17:12:07 +0100 Subject: [PATCH 1/3] feat: Added domain programatically --- domains/tahabou.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/tahabou.json diff --git a/domains/tahabou.json b/domains/tahabou.json new file mode 100644 index 000000000..b5ee77a38 --- /dev/null +++ b/domains/tahabou.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "taha2002", + "email": "bouras1920@gmail.com" + }, + + "record": { + "CNAME": "taha2002.github.io" + } + } + \ No newline at end of file From 8d5b46fdb3fbbb50d29f012e2f344143c0b7e7ba Mon Sep 17 00:00:00 2001 From: Taha Bouras <34185796+taha2002@users.noreply.github.com> Date: Sat, 3 Sep 2022 17:26:42 +0100 Subject: [PATCH 2/3] update domain record --- domains/taha.json | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/domains/taha.json b/domains/taha.json index f1d31f707..a04645037 100644 --- a/domains/taha.json +++ b/domains/taha.json @@ -1,12 +1,11 @@ - - { - "owner": { - "username": "taha2002", - "email": "bouras1920@gmail.com" - }, - - "record": { - "A": ["taha2002.github.io"] - } - } - \ No newline at end of file +{ + "description": "Taha bou's Portfolio", + "repo": "https://github.com/tahakocabuga/taha2002.github.io", + "owner": { + "username": "taha2002", + "email": "bouras1920@gmail.com" + }, + "record": { + "CNAME": "taha2002.github.io" + } +} \ No newline at end of file From c742669bfbfded65ac6537e31b24dcd32e058ca3 Mon Sep 17 00:00:00 2001 From: Taha Bouras <34185796+taha2002@users.noreply.github.com> Date: Sat, 3 Sep 2022 17:30:34 +0100 Subject: [PATCH 3/3] Delete tahabou.json --- domains/tahabou.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/tahabou.json diff --git a/domains/tahabou.json b/domains/tahabou.json deleted file mode 100644 index b5ee77a38..000000000 --- a/domains/tahabou.json +++ /dev/null @@ -1,12 +0,0 @@ - - { - "owner": { - "username": "taha2002", - "email": "bouras1920@gmail.com" - }, - - "record": { - "CNAME": "taha2002.github.io" - } - } - \ No newline at end of file