CI: run ecto migrations on deploy

This commit is contained in:
Matthew Ryan Dillon 2020-06-13 15:51:29 -07:00
parent 3370107f63
commit d02c491028

7
app.json Normal file
View file

@ -0,0 +1,7 @@
{
"scripts": {
"dokku": {
"predeploy": "POOL_SIZE=2 mix ecto.migrate"
}
}
}