mirror of
https://github.com/tiennm99/is-a-good-dev.git
synced 2026-06-05 04:13:18 +00:00
rename sub-logs to domains
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -4,7 +4,7 @@ on:
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
- "sub-logs/*"
|
||||
- "domains/*"
|
||||
- ".github/workflows/publish.yml"
|
||||
- "dnsconfig.js"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ on:
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
- "sub-logs/*"
|
||||
- "domains/*"
|
||||
- ".github/workflows/validation.yml"
|
||||
- "dnsconfig.js"
|
||||
|
||||
|
||||
+1
-1
@@ -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) {
|
||||
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
Reference in New Issue
Block a user