Method: Codebuild::CLI#deploy
- Defined in:
- lib/codebuild/cli.rb
#deploy(project_name = nil) ⇒ Object
22 23 24 25 |
# File 'lib/codebuild/cli.rb', line 22 def deploy(project_name=nil) puts "[DEPRECATION] This gem has been renamed to cody and will no longer be supported. Please switch to cody as soon as possible." Deploy.new(.merge(project_name: project_name)).run end |