CI: run ecto migrations on deploy
This commit is contained in:
parent
3370107f63
commit
d02c491028
1 changed files with 7 additions and 0 deletions
7
app.json
Normal file
7
app.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"scripts": {
|
||||
"dokku": {
|
||||
"predeploy": "POOL_SIZE=2 mix ecto.migrate"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue