rename sub-logs to domains

This commit is contained in:
William Harrison
2024-10-19 14:04:40 +08:00
parent 1e866e01e3
commit eb6485cced
243 changed files with 82 additions and 82 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
* @Tweak4141 @clarkedev
/sub-logs/* @is-a-good-dev/helpers
/domains/* @is-a-good-dev/helpers
/.github/* @Tweak4141
/.github/workflows/* @Tweak4141 @wdhdev
/dnsconfig.js @Tweak4141 @wdhdev
+1 -1
View File
@@ -4,7 +4,7 @@ on:
push:
branches: [main]
paths:
- "sub-logs/*"
- "domains/*"
- ".github/workflows/publish.yml"
- "dnsconfig.js"
+1 -1
View File
@@ -6,7 +6,7 @@ on:
push:
branches: [main]
paths:
- "sub-logs/*"
- "domains/*"
- ".github/workflows/validation.yml"
- "dnsconfig.js"
+1 -1
View File
@@ -11,7 +11,7 @@ function getDomainsList(filesPath) {
return result;
}
var domains = getDomainsList("./sub-logs");
var domains = getDomainsList("./domains");
var commit = [];
for (var subdomain in domains) {
+17 -17
View File
@@ -1,17 +1,17 @@
{
"repo": "https://github.com/donottakemyusername/portfolio_website",
"owner": {
"username": "donottakemyusername",
"email": "bz2461@columbia.edu"
},
"target": {
"CNAME": {
"name": "bowen",
"value": "bowenzhang99.netlify.app"
}
},
"proxied": false
}
{
"repo": "https://github.com/donottakemyusername/portfolio_website",
"owner": {
"username": "donottakemyusername",
"email": "bz2461@columbia.edu"
},
"target": {
"CNAME": {
"name": "bowen",
"value": "bowenzhang99.netlify.app"
}
},
"proxied": false
}
+16 -16
View File
@@ -1,16 +1,16 @@
{
"repo":"https://github.com/hycord/monorepo",
"owner": {
"username": "hycord",
"email": "hycord@hycordia.com"
},
"target": {
"A": {
"name": "hycord",
"value": [
"89.106.200.1"
]
}
},
"proxied": false
}
{
"repo":"https://github.com/hycord/monorepo",
"owner": {
"username": "hycord",
"email": "hycord@hycordia.com"
},
"target": {
"A": {
"name": "hycord",
"value": [
"89.106.200.1"
]
}
},
"proxied": false
}

Some files were not shown because too many files have changed in this diff Show More