Skip to content

Commit 1663ad6

Browse files
authored
remove backfill containers and their references (#2048)
1 parent 914f8f0 commit 1663ad6

File tree

4 files changed

+0
-110
lines changed

4 files changed

+0
-110
lines changed

infra/docker-compose.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -130,25 +130,5 @@ services:
130130
volumes:
131131
- ..:/app
132132

133-
backfill-user-emails:
134-
build:
135-
context: ..
136-
dockerfile: infra/Dockerfile.firebase
137-
command: yarn backfill-user-emails
138-
depends_on:
139-
- firebase
140-
volumes:
141-
- ..:/app
142-
143-
backfill-user-nf:
144-
build:
145-
context: ..
146-
dockerfile: infra/Dockerfile.firebase
147-
command: yarn backfill-user-nf
148-
depends_on:
149-
- firebase
150-
volumes:
151-
- ..:/app
152-
153133
volumes:
154134
search: {}

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@
4545
"build-storybook": "storybook build",
4646
"chromatic": "chromatic --project-token=f8618e690599",
4747
"copy-handlebars": "echo 'Copying handlebars files to /lib/email/...' && ncp functions/src/email/ functions/lib/email/ && echo '...done!'",
48-
"backfill-user-emails": "ts-node -P tsconfig.script.json scripts/firebase-admin//backfillUserEmails.ts --swc",
49-
"backfill-user-nf": "ts-node -P tsconfig.script.json scripts/firebase-admin/backfillNotificationFrequency.ts --swc",
5048
"setRole": "ts-node -P tsconfig.script.json scripts/firebase-admin/setRole.ts"
5149
},
5250
"engines": {

scripts/firebase-admin/backfillNotificationFrequency.ts

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

scripts/firebase-admin/backfillUserEmails.ts

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

0 commit comments

Comments
 (0)