Skip to content

Commit

Permalink
add manifest to github activity
Browse files Browse the repository at this point in the history
deploy
  • Loading branch information
trueberryless committed Feb 10, 2025
1 parent 47973c6 commit 9d1c06a
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions repos.json
Original file line number Diff line number Diff line change
Expand Up @@ -2470,6 +2470,44 @@
"targetPath": "package.json",
"special": "package.json"
},
{
"path": "template-files/manifest/certificate.yaml",
"targetPath": "manifest/certificate.yaml",
"props": {
"repositoryName": "github-activity",
"subdomainName": "github-activity"
}
},
{
"path": "template-files/manifest/deployment.yaml",
"targetPath": "manifest/deployment.yaml",
"special": "manifest/deployment.yaml",
"props": {
"repositoryName": "github-activity"
}
},
{
"path": "template-files/manifest/ingress.yaml",
"targetPath": "manifest/ingress.yaml",
"props": {
"repositoryName": "github-activity",
"subdomainName": "github-activity"
}
},
{
"path": "template-files/manifest/namespace.yaml",
"targetPath": "manifest/namespace.yaml",
"props": {
"repositoryName": "github-activity"
}
},
{
"path": "template-files/manifest/service.yaml",
"targetPath": "manifest/service.yaml",
"props": {
"repositoryName": "github-activity"
}
},
{
"path": "template-files/pnpm-workspace.yaml",
"targetPath": "pnpm-workspace.yaml",
Expand Down

0 comments on commit 9d1c06a

Please sign in to comment.