mirror of
https://github.com/plausible/analytics.git
synced 2025-01-05 08:36:56 +03:00
Start :ssl for migrations (#2818)
* Start :ssl for migrations * Start :ch in migrate.sh
This commit is contained in:
parent
94a86a17eb
commit
5ca53a70be
@ -4,8 +4,9 @@ defmodule Plausible.Release do
|
|||||||
|
|
||||||
@app :plausible
|
@app :plausible
|
||||||
@start_apps [
|
@start_apps [
|
||||||
|
:ssl,
|
||||||
:postgrex,
|
:postgrex,
|
||||||
:clickhousex,
|
:ch,
|
||||||
:ecto
|
:ecto
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user