Skip to content

Commit 55b156c

Browse files
author
Robert Clark
authored
Automatically seed database as part of the release step
1 parent 2661ede commit 55b156c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Procfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
release: yarn backend sequelize-cli db:migrate
1+
release: yarn backend sequelize-cli db:migrate && yarn backend sequelize-cli db:seed:all

0 commit comments

Comments
 (0)