Sha256: 6ad6d4c16f93f0c74f43a7fcf1f02fd3a5226d75baa95d3ddb3bccfd8285a0ac

Contents?: true

Size: 193 Bytes

Versions: 5

Compression:

Stored size: 193 Bytes

Contents

module Codebuild
  class Deploy < Stack
    def run
      if stack_exists?(@stack_name)
        Update.new(@options).run
      else
        Create.new(@options).run
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
codebuild-0.6.0 lib/codebuild/deploy.rb
codebuild-0.5.0 lib/codebuild/deploy.rb
codebuild-0.4.0 lib/codebuild/deploy.rb
codebuild-0.3.0 lib/codebuild/deploy.rb
codebuild-0.2.0 lib/codebuild/deploy.rb