Skip to content

Commit 115e19a

Browse files
committed
Do not create tables or run ETL process on deploy
Closes #178
1 parent e2ac340 commit 115e19a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
release: cd server/ && npm install && node ./bin/create-tables.js && node ./bin/etl.js
1+
release: cd server/ && npm install
22
web: npm run prod-server

0 commit comments

Comments
 (0)