diff --git a/.changeset/slimy-buttons-reflect.md b/.changeset/slimy-buttons-reflect.md new file mode 100644 index 0000000..c2aafb6 --- /dev/null +++ b/.changeset/slimy-buttons-reflect.md @@ -0,0 +1,5 @@ +--- +"template-files": patch +--- + +Remove parts of trueberryless repo sync because it is now deployed with Netlify diff --git a/repos.json b/repos.json index dea83e1..11e878b 100644 --- a/repos.json +++ b/repos.json @@ -2436,21 +2436,6 @@ { "name": "trueberryless-org/trueberryless", "files": [ - { - "path": "template-files/.changeset/config.json", - "targetPath": ".changeset/config.json", - "props": { - "repositoryName": "trueberryless", - "ignore": "[]" - } - }, - { - "path": "template-files/.changeset/README.md", - "targetPath": ".changeset/README.md", - "props": { - "repositoryName": "trueberryless" - } - }, { "path": "template-files/.dockerignore", "targetPath": ".dockerignore", @@ -2464,18 +2449,6 @@ "path": "template-files/.github/renovate.json5", "targetPath": ".github/renovate.json5" }, - { - "path": "template-files/.github/workflows/deployment.yaml", - "targetPath": ".github/workflows/deployment.yaml", - "props": { - "branchName": "main", - "repositoryName": "trueberryless", - "documentationFolder": "src", - "projectFolder": "src", - "packageSuffix": "", - "makeLatest": "true" - } - }, { "path": "template-files/.github/workflows/format.yaml", "targetPath": ".github/workflows/format.yaml", @@ -2508,13 +2481,6 @@ "path": "template-files/.prettierrc/.prettierrc", "targetPath": ".prettierrc" }, - { - "path": "template-files/Dockerfile/httpd.Dockerfile", - "targetPath": "Dockerfile", - "props": { - "documentationFolder": "src" - } - }, { "path": "template-files/LICENSE", "targetPath": "LICENSE", @@ -2956,10 +2922,6 @@ "path": "template-files/.gitignore/DotNet.gitignore", "targetPath": ".gitignore" }, - { - "path": "template-files/.dockerignore", - "targetPath": "app/.dockerignore" - }, { "path": "template-files/.prettierignore", "targetPath": ".prettierignore", @@ -2969,6 +2931,10 @@ "path": "template-files/.prettierrc/.prettierrc", "targetPath": ".prettierrc" }, + { + "path": "template-files/.dockerignore", + "targetPath": "app/.dockerignore" + }, { "path": "template-files/package.json/package.manager.package.json", "targetPath": "app/package.json",