Module: Rumination::Deploy::ClassMethods

Included in:
Rumination::Deploy
Defined in:
lib/rumination/deploy/class_methods.rb

Instance Method Summary collapse

Instance Method Details

#app(target:) ⇒ Object



10
11
12
# File 'lib/rumination/deploy/class_methods.rb', line 10

def app target:
  Base.new(target).call
end

#bootstrap(target:) ⇒ Object



6
7
8
# File 'lib/rumination/deploy/class_methods.rb', line 6

def bootstrap target:
  Base.new(target).bootstrap
end

#env(target:) ⇒ Object



14
15
16
# File 'lib/rumination/deploy/class_methods.rb', line 14

def env target:
  Base.new(target).env
end

#write_env_file(target:) ⇒ Object



18
19
20
# File 'lib/rumination/deploy/class_methods.rb', line 18

def write_env_file target:
  Base.new(target).write_env_file
end