Skip to content

Commit 3b19c06

Browse files
chore: Remove /infra folder (calcom#24462)
1 parent e26a57b commit 3b19c06

4 files changed

Lines changed: 0 additions & 80 deletions

File tree

.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
/apps/web/lib/handleOrgRedirect.ts @calcom/Foundation
1111
/apps/web/middleware.ts @calcom/Foundation
1212
/deploy/**/* @calcom/Foundation
13-
/infra/**/* @calcom/Foundation
1413
/packages/app-store/applecalendar/**/* @calcom/Foundation
1514
/packages/app-store/caldavcalendar/**/* @calcom/Foundation
1615
/packages/app-store/exchange2013calendar/**/* @calcom/Foundation

infra/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

infra/docker/api/Dockerfile

Lines changed: 0 additions & 73 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@
7777
"type-check": "turbo run type-check",
7878
"type-check:ci": "turbo run type-check:ci --log-prefix=none",
7979
"web": "yarn workspace @calcom/web",
80-
"docker-build-api": "docker build -t cal-api -f ./infra/docker/api/Dockerfile .",
81-
"docker-run-api": "docker run -p 80:80 cal-api",
82-
"docker-stop-api": "docker ps --filter 'ancestor=cal-api' -q | xargs docker stop",
8380
"changesets-add": "yarn changeset add",
8481
"changesets-version": "yarn changeset version",
8582
"changesets-release": "NODE_OPTIONS='--max_old_space_size=12288' turbo run build --filter=@calcom/atoms && yarn changeset publish",

0 commit comments

Comments
 (0)