diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2019-05-31 23:09:06 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2019-05-31 23:09:06 +0000 |
commit | f1890d2cacfa09dd22b06a8d041c04dbeba9e138 (patch) | |
tree | 15a1ead751f72187edc367f30ce2978b56cb62cd /Procfile | |
parent | f8d4c02431aa634dc74074b93d1cb522e47056ce (diff) | |
parent | 4e45f7bc878638b37225aadcdee547a11d280963 (diff) | |
download | pleroma-f1890d2cacfa09dd22b06a8d041c04dbeba9e138.tar.gz pleroma-f1890d2cacfa09dd22b06a8d041c04dbeba9e138.zip |
Merge branch 'dokku' into 'develop'
Dokku CI support - On-Demand review instances
See merge request pleroma/pleroma!1216
Diffstat (limited to 'Procfile')
-rw-r--r-- | Procfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Procfile b/Procfile new file mode 100644 index 000000000..7ac187baa --- /dev/null +++ b/Procfile @@ -0,0 +1,2 @@ +web: mix phx.server +release: mix ecto.migrate |