Sha256: 1250a86b746f1b841902a1dc810adb2b21ffe84fa87ee468b386ccc935c2406c
Contents?: true
Size: 287 Bytes
Versions: 1
Compression:
Stored size: 287 Bytes
Contents
#!/usr/bin/env ruby require './lib/legion/version' puts "Building docker image for Legion v#{Legion::VERSION}" system("docker build --tag legionio/legion:v#{Legion::VERSION} .") puts 'Pushing to hub.docker.com' system("docker push legionio/legion:v#{Legion::VERSION}") puts 'completed'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
legionio-0.4.0 | docker_deploy.rb |