diff --git a/.github/workflows/validation.yml b/.github/workflows/ci.yml similarity index 68% rename from .github/workflows/validation.yml rename to .github/workflows/ci.yml index fa0fa8f5f..38cf61d44 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Validation +name: CI on: pull_request: @@ -19,16 +19,6 @@ concurrency: cancel-in-progress: true jobs: - dnscontrol: - name: DNSControl - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - - uses: is-a-dev/dnscontrol-action@main - with: - args: check - tests: name: Tests runs-on: ubuntu-latest diff --git a/domains/_vercel.jmc.json b/domains/_vercel.jmc.json new file mode 100644 index 000000000..ac1990440 --- /dev/null +++ b/domains/_vercel.jmc.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "josem430", + "email": "jmc300499@gmail.com", + "discord": "josem430" + }, + "record": { + "TXT": "vc-domain-verify=jmc.is-a.dev,27b92885b5a4c6e96615" + } +} diff --git a/domains/ak-profile.json b/domains/ak-profile.json new file mode 100644 index 000000000..cf97a0f79 --- /dev/null +++ b/domains/ak-profile.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Akash0816", + "email": "akashoffical321@gmail.com" + }, + "record": { + "CNAME": "akash0816.github.io" + } +} diff --git a/domains/coolify-app.json b/domains/coolify-app.json new file mode 100644 index 000000000..8f27657c9 --- /dev/null +++ b/domains/coolify-app.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "umarsidiki", + "email": "siddiquiumar0007@gmail.com" + }, + "record": { + "A": ["129.159.253.45"] + } +} \ No newline at end of file diff --git a/domains/duyhandsome.json b/domains/duyhandsome.json new file mode 100644 index 000000000..aaefa83e0 --- /dev/null +++ b/domains/duyhandsome.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "dominhduy09" + }, + "record": { + "URL": "https://dominhduy09.github.io/profile/" + } +} diff --git a/domains/masdzub.json b/domains/masdzub.json new file mode 100644 index 000000000..a39de10c1 --- /dev/null +++ b/domains/masdzub.json @@ -0,0 +1,11 @@ +{ + "description": "My Personal Website.", + "repo": "https://github.com/masdzub/masdzub.github.io", + "owner": { + "username": "masdzub", + "email": "hello@masdzub.com" + }, + "record": { + "CNAME": "masdzub-github-io.pages.dev" + } +} diff --git a/domains/nguyen-phuong-nam.json b/domains/nguyen-phuong-nam.json new file mode 100644 index 000000000..de6f86e58 --- /dev/null +++ b/domains/nguyen-phuong-nam.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NBlue", + "email": "nam.np194336@gmail.com" + }, + "record": { + "CNAME": "protofilo-beta.vercel.app" + } +} diff --git a/domains/si458.json b/domains/si458.json new file mode 100644 index 000000000..3043e5a4d --- /dev/null +++ b/domains/si458.json @@ -0,0 +1,14 @@ +{ + "description": "an open source software developer supporting opensource applications", + "repo": "https://github.com/si458", + "owner": { + "username": "si458", + "email": "simonsmith5521@gmail.com" + }, + "record": { + "NS": [ + "jake.ns.cloudflare.com", + "jill.ns.cloudflare.com" + ] + } +}