Sha256: d58e63a101fb7a74c38efab4b4752eb6290bd967139db21a36e7afa42a602bef
Contents?: true
Size: 271 Bytes
Versions: 10
Compression:
Stored size: 271 Bytes
Contents
require 'bundler/setup' require 'ecs_deployer' path = File.expand_path('../spec/fixtures/task.yml', File.dirname(File.realpath(__FILE__))) deployer = EcsDeployer::Client.new deployer.register_task(path, tag: 'latest') # deployer.update_service('sandbox', 'production')
Version data entries
10 entries across 10 versions & 1 rubygems