Commit bc3addf8 authored by Muhammad Bilal's avatar Muhammad Bilal Committed by Szymon Zimnowoda
Browse files

Added DO plugin registry

parent 70e91a18
Showing with 2 additions and 1 deletion
+2 -1
......@@ -177,9 +177,10 @@ fn run_docker_container(
run_any_command("docker", &args, &envs, triggered_by_item_id).map(|_c| ())
}
static IMPORTERS_PLUGINS: [&str; 2] = [
static IMPORTERS_PLUGINS: [&str; 3] = [
"gitlab.memri.io:5050/memri/plugins/whatsapp-multi-device",
"gitlab.memri.io:5050/memri/plugins/twitter",
"registry.digitalocean.com/polis/memri-plugins",
];
const K8S_CONTAINER_PORT: u32 = 8080;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment