Current section
Files
Jump to
Current section
Files
lib/edeliver/relup/instructions/code_change_on_app_processes.ex
defmodule Edeliver.Relup.Instructions.CodeChangeOnAppProcesses do
use Edeliver.Relup.Instruction
def modify_relup(instructions = %Instructions{}, _config = %Config{}) do
instructions
end
end