Class: Zenflow::Deploy

Inherits:
Thor
  • Object
show all
Defined in:
lib/zenflow/commands/deploy.rb

Instance Method Summary collapse

Instance Method Details

#productionObject



28
29
30
# File 'lib/zenflow/commands/deploy.rb', line 28

def production
  Zenflow::Deploy("production", options)
end

#qaObject



18
19
20
# File 'lib/zenflow/commands/deploy.rb', line 18

def qa
  Zenflow::Deploy("qa", options)
end

#stagingObject



23
24
25
# File 'lib/zenflow/commands/deploy.rb', line 23

def staging
  Zenflow::Deploy("staging", options)
end