This repository was archived by the owner on Dec 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ defmodule Makina.Applications do
99 alias Makina.Models.Application
1010 alias Makina.Infrastructure.SSH
1111 alias Makina.Infrastructure.Docker
12- alias Makina.IO
12+ alias Makina.Infrastructure. IO
1313
1414 @ doc """
1515 Deploys a list of application on a server or a list of servers
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ defmodule Makina.Cli.Commands.Server do
55
66 require Logger
77 alias Makina.Infrastructure.SSH
8- alias Makina.IO
8+ alias Makina.Infrastructure. IO
99 alias Makina.Servers
1010
1111 @ sub_commands ~w[ test prepare] a
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ defmodule Makina.Cli.Commands.Standalone do
33
44 import Makina.Cli.Utils
55
6- alias Makina.IO
6+ alias Makina.Infrastructure. IO
77 alias Makina.Applications
88
99 @ sub_commands ~w[ deploy stop] a
Original file line number Diff line number Diff line change 1- defmodule Makina.IO do
1+ defmodule Makina.Infrastructure. IO do
22 alias Owl.IO
33
44 def puts_success ( message ) do
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ defmodule Makina.Servers do
88 alias Makina.Models.Context
99 alias Makina.Infrastructure.SSH
1010 alias Makina.Infrastructure.Docker
11- alias Makina.IO
11+ alias Makina.Infrastructure. IO
1212
1313 @ docker_web_network "makina-web-net"
1414
You can’t perform that action at this time.
0 commit comments