Skip to content

Commit 839e8dd

Browse files
hashrocketeervnegrisoloGabriel Reis
committed
Remove seeds from heroku app json file
Co-authored-by: Vinicius Negrisolo <[email protected]> Co-authored-by: Gabriel Reis <[email protected]>
1 parent fdc0eb6 commit 839e8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tilex",
33
"scripts": {
4-
"postdeploy": "mix ecto.migrate && POOL_SIZE=1 mix run priv/repo/seeds.exs"
4+
"postdeploy": "POOL_SIZE=1 mix ecto.migrate"
55
},
66
"env": {
77
"BASIC_AUTH_PASSWORD": {

0 commit comments

Comments
 (0)