Skip to content

Commit 06ea100

Browse files
authored
Merge pull request #44 from hackclub/staging
idv airtable stuff
2 parents cc4a073 + 3523c95 commit 06ea100

File tree

14 files changed

+889
-28
lines changed

14 files changed

+889
-28
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ENV DATABASE_HOST=localhost
55
RUN npm ci
66
COPY . .
77
ENV PUBLIC_ENV=production
8+
ENV APP_SECRET_KEY=building_secret
89
RUN npm run build
910
RUN npm prune --production
1011

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ npm run db:studio
4545

4646
## Deploying
4747

48-
Create a `.env` file containing all the required credentials, look at `.env.example` for an example.
48+
Create a `.env` file containing all the required credentials, look at `.env.example` for an example. If you pass in Airtable tokens, the app must be marked as `hq_official` on idv.
4949

5050
Use the `docker-compose.yaml` file to deploy it.
5151

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TABLE "user" ADD COLUMN "idvToken" text;

0 commit comments

Comments
 (0)