From 3ee0a6c1e5d1322884c5def6a015405ee21b78d9 Mon Sep 17 00:00:00 2001 From: Jay Jackson <72417807+TheBotlyNoob@users.noreply.github.com> Date: Sat, 1 May 2021 17:53:27 -0400 Subject: [PATCH 1/9] Publish Records on push --- .github/workflows/publish-records.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-records.yml b/.github/workflows/publish-records.yml index dca09caf6..48ccbb8ae 100644 --- a/.github/workflows/publish-records.yml +++ b/.github/workflows/publish-records.yml @@ -1,6 +1,7 @@ name: Publish records on: + push: workflow_dispatch: name: 'Publish records' From ebab43b16035372d7e59d3d7a177bdc58b4885e6 Mon Sep 17 00:00:00 2001 From: Jay Jackson <72417807+TheBotlyNoob@users.noreply.github.com> Date: Mon, 10 May 2021 09:21:04 -0400 Subject: [PATCH 2/9] Delete @.json --- domains/@.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/@.json diff --git a/domains/@.json b/domains/@.json deleted file mode 100644 index 600b66551..000000000 --- a/domains/@.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "The root domain for is-a.dev website", - "repo": "https://github.com/is-a-dev/is-a-dev.github.io", - "owner": { - "username": "phenax", - "email": "phenax5@gmail.com" - }, - "record": { - "URL": "http://www.is-a.dev" - } -} \ No newline at end of file From 4f8ea4617f2da20e3121e5cb511c1c233b4466d7 Mon Sep 17 00:00:00 2001 From: Jay Jackson <72417807+TheBotlyNoob@users.noreply.github.com> Date: Mon, 10 May 2021 09:22:56 -0400 Subject: [PATCH 3/9] Create @.json --- domains/@.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/@.json diff --git a/domains/@.json b/domains/@.json new file mode 100644 index 000000000..36cd14e7b --- /dev/null +++ b/domains/@.json @@ -0,0 +1,11 @@ +{ + "description": "The root domain for is-a.dev website", + "repo": "https://github.com/is-a-dev/is-a-dev.github.io", + "owner": { + "username": "phenax", + "email": "phenax5@gmail.com" + }, + "record": { + "URL": "http://www.is-a.dev" + } +} From 433e9f8e82e0ff0b10a87d0aed4993b6374559ae Mon Sep 17 00:00:00 2001 From: Jay Jackson <72417807+TheBotlyNoob@users.noreply.github.com> Date: Tue, 11 May 2021 22:12:28 -0400 Subject: [PATCH 4/9] Run only --- .github/workflows/publish-records.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-records.yml b/.github/workflows/publish-records.yml index 48ccbb8ae..998300242 100644 --- a/.github/workflows/publish-records.yml +++ b/.github/workflows/publish-records.yml @@ -7,6 +7,7 @@ on: jobs: publish: + if: github.repository == 'TheBotlyNoob/register’ runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 From 6fbe8683979251c178496e133a2f00d4490bccdb Mon Sep 17 00:00:00 2001 From: Jay Jackson <72417807+TheBotlyNoob@users.noreply.github.com> Date: Fri, 14 May 2021 08:22:41 -0400 Subject: [PATCH 5/9] run only if the workflow is in `is-a.dev` --- .github/workflows/publish-records.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-records.yml b/.github/workflows/publish-records.yml index 998300242..b9c29c0c3 100644 --- a/.github/workflows/publish-records.yml +++ b/.github/workflows/publish-records.yml @@ -7,7 +7,7 @@ on: jobs: publish: - if: github.repository == 'TheBotlyNoob/register’ + if: github.repository == 'is-a-dev/register’ runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 From dfeb4f84ea282bccf92ba5a8b6d02b2af5b88fd1 Mon Sep 17 00:00:00 2001 From: Jay Jackson <72417807+TheBotlyNoob@users.noreply.github.com> Date: Wed, 26 May 2021 11:10:29 -0400 Subject: [PATCH 6/9] Update jj.json --- domains/jj.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/jj.json b/domains/jj.json index 4894b6ff6..2d837880f 100644 --- a/domains/jj.json +++ b/domains/jj.json @@ -6,6 +6,6 @@ "email": "TheBotlyNoob@gmail.com" }, "record": { - "CNAME": "TheBotlyNoob.github.io" + "CNAME": "j-j.pages.dev" } -} \ No newline at end of file +} From 4abdfee897b21fbf6af7afe4ed2981d099991309 Mon Sep 17 00:00:00 2001 From: Jay Jackson <72417807+TheBotlyNoob@users.noreply.github.com> Date: Wed, 26 May 2021 14:50:18 -0400 Subject: [PATCH 7/9] revert "update jj.json" --- domains/jj.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jj.json b/domains/jj.json index 2d837880f..c2d8f2ddc 100644 --- a/domains/jj.json +++ b/domains/jj.json @@ -6,6 +6,6 @@ "email": "TheBotlyNoob@gmail.com" }, "record": { - "CNAME": "j-j.pages.dev" + "CNAME": "TheBotlyNoob.github.io" } } From 51b505768ff0db3aabe7c3284b126252d3413f03 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 6 Jun 2021 15:06:35 +0530 Subject: [PATCH 8/9] Update publish-records.yml --- .github/workflows/publish-records.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-records.yml b/.github/workflows/publish-records.yml index b9c29c0c3..ad3b11cd1 100644 --- a/.github/workflows/publish-records.yml +++ b/.github/workflows/publish-records.yml @@ -2,6 +2,7 @@ name: Publish records on: push: + branches: [main] workflow_dispatch: name: 'Publish records' From f2c4262e3ef4a32de19433b5c4cdcb341fe4e702 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 6 Jun 2021 15:07:42 +0530 Subject: [PATCH 9/9] Update @.json