mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-23 16:25:04 +00:00
Merge branch 'main' into main
This commit is contained in:
@@ -30,12 +30,15 @@ jobs:
|
||||
- name: test
|
||||
run: cat domains/_acme-challenge.json
|
||||
|
||||
- name: Install Yarn dependencies
|
||||
run: yarn install --ignore-engines
|
||||
- uses: oven-sh/setup-bun@v1
|
||||
with:
|
||||
bun-version: 1.0.3
|
||||
- run: bun install
|
||||
|
||||
- name: Publishing records
|
||||
env:
|
||||
CI: 1
|
||||
NODE_ENV: production
|
||||
ENV: production
|
||||
DOMAIN_USER: ${{ secrets.DOMAIN_USER }}
|
||||
DOMAIN_API_KEY: ${{ secrets.DOMAIN_API_KEY }}
|
||||
@@ -43,7 +46,7 @@ jobs:
|
||||
DOMAIN_API_PORT: ${{ secrets.DOMAIN_API_PORT }}
|
||||
DOMAIN_DOMAIN: ${{ secrets.DOMAIN_DOMAIN }}
|
||||
DOMAIN_HOST_IP: ${{ secrets.DOMAIN_HOST_IP }}
|
||||
run: yarn publish-records
|
||||
run: bun run publish-records
|
||||
- name: Sleep
|
||||
run: sleep 10m
|
||||
shell: bash
|
||||
@@ -55,6 +58,7 @@ jobs:
|
||||
- name: removing records
|
||||
env:
|
||||
CI: 1
|
||||
NODE_ENV: production
|
||||
ENV: production
|
||||
DOMAIN_USER: ${{ secrets.DOMAIN_USER }}
|
||||
DOMAIN_API_KEY: ${{ secrets.DOMAIN_API_KEY }}
|
||||
@@ -62,4 +66,4 @@ jobs:
|
||||
DOMAIN_API_PORT: ${{ secrets.DOMAIN_API_PORT }}
|
||||
DOMAIN_DOMAIN: ${{ secrets.DOMAIN_DOMAIN }}
|
||||
DOMAIN_HOST_IP: ${{ secrets.DOMAIN_HOST_IP }}
|
||||
run: yarn publish-records
|
||||
run: bun run publish-records
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "p3nguin-kun",
|
||||
"email": "p3nguinkun@proton.me"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "5c46702c7db5dc72a476dec9da3d34"
|
||||
}
|
||||
}
|
||||
@@ -4,6 +4,8 @@
|
||||
"email": "iididhejejdj@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"]
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "RichardKanshen",
|
||||
"email": "richard@kanshen.click"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "deadcodegames.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "mrxehmad",
|
||||
"email": "mrxehmad@naver.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "mrxehmad.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "endxrmxn",
|
||||
"email": "endxrmxn@yahoo.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "endxrmxn.pages.dev"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "thatmarcboi",
|
||||
"email": "marcacolwell@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://github.com/thatmarcboi"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ogorfolio",
|
||||
"email": "swiatpaczek@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "groznyogor.github.io.opts-https.redirect.center"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "h4rldev",
|
||||
"email": "h4rldev@proton.me"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "h4rldev-github-io.pages.dev"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "huzely",
|
||||
"email": "hieu65175@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["161.97.168.211"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ProfKrzys",
|
||||
"email": "krzysztof2011@hotmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "xomc.pl.opts-https.redirect.center"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Subdomain for my github pages site.",
|
||||
"repo": "https://github.com/rilecraft/rilecraft.github.io",
|
||||
"owner": {
|
||||
"username": "rilecraft",
|
||||
"email": "rilecraft@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "rilecraft.github.io"
|
||||
}
|
||||
}
|
||||
+5
-5
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"description": "Callum's personal developer website",
|
||||
"description": "TamShep's personal developer website",
|
||||
"owner": {
|
||||
"username": "CallumCat",
|
||||
"username": "TamShep",
|
||||
"email": "rocco@caseymediallc.com",
|
||||
"twitter": "CallumK_Cat",
|
||||
"discord": "Callum#0003"
|
||||
"twitter": "Tammy_GShepherd",
|
||||
"discord": "sol_999"
|
||||
},
|
||||
"record": {
|
||||
"A": ["85.209.223.240"]
|
||||
"A": ["192.254.73.156"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "TechnoFusionTech",
|
||||
"email": "technofusiontech@techie.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -4,6 +4,6 @@
|
||||
"email": "dehipitiya055@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "tharindudarshana.live"
|
||||
"CNAME": "1234tharindu.github.io"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "thedtvn",
|
||||
"email": "duongtuan30306@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://many.link/dt"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "toastyyyxd",
|
||||
"email": "asaeasaeasae.x10@gmail.com",
|
||||
"discord": "577480703302959104"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"CNAME": "toasty.pages.dev"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Valeron-T",
|
||||
"email": "valeron.toscano@xaviers.edu.in"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://valwebsitedata.z29.web.core.windows.net/"
|
||||
}
|
||||
}
|
||||
+6
-5
@@ -1,11 +1,12 @@
|
||||
{
|
||||
"description": "My website",
|
||||
"repo": "https://github.com/YUG38/YUG38.github.io",
|
||||
"owner": {
|
||||
"username": "YUG38",
|
||||
"email": "4yugpatel123@gmail.com"
|
||||
"email": "4yugpatel123@gmail.com",
|
||||
"discord": "name_yug"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
"CNAME": "YUG38.github.io"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user