diff options
author | lain <lain@soykaf.club> | 2019-05-31 10:55:35 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-05-31 10:55:35 +0200 |
commit | 4e45f7bc878638b37225aadcdee547a11d280963 (patch) | |
tree | 9444c608421e767daca1f46be3e8c0f8108cce59 /Procfile | |
parent | 6499adc6a83b4064f7283de3c729053e62ade7b2 (diff) | |
download | pleroma-4e45f7bc878638b37225aadcdee547a11d280963.tar.gz pleroma-4e45f7bc878638b37225aadcdee547a11d280963.zip |
CI: Add auto-deployment via dokku.
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 |