docker_deploy 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 618c41243bbfc6326b2e47d0213e6706a7a27a04
4
- data.tar.gz: 7626dd1c00d644e7a2ee649edf02b58093aa35ae
3
+ metadata.gz: e6ecb0e145a8a035e682723c67deb36e908de5ad
4
+ data.tar.gz: 7a4a43a110e5fa7d3b338e710cbbd89e8a1d11c4
5
5
  SHA512:
6
- metadata.gz: 4ccb8cd48d557375771a5bc5519789179753083d5d79d29855ca4bb894137225096484770c8c974274fd5c0dccc00d250a069f6d63237cf58f75113acf8268aa
7
- data.tar.gz: 172aa8b76dab46e8436e31aee6b67ae1c11e695ea7ba281fba805d6b69d8619c2f73e219784cb438a86d471221a5882d5e89f638df14f055157e0b30625d6c72
6
+ metadata.gz: 685ffec9fcb8743c058c09aa2fd0f108bdd1a7d2a578e9ad77a0ccad79bfb0708005ff5357c18838495a7398ecf36e85377f16ad4b91ab6e60ab9d66dbf1c4b5
7
+ data.tar.gz: e8db5e0fdc5cc792836487f8ff3a044e3eeda3e211d5908424ee7abfae81b61e22f7673e63b59fe21b8bdea8c2dd352ad27df4ab1bffd1cc205b152f848c8572
@@ -37,6 +37,8 @@ module DockerDeploy
37
37
  desc "Start the application in a container using the latest image."
38
38
  task :start do
39
39
  stage.run "docker run -d #{stage.port_mappings} #{stage.link_mappings} #{stage.options} --name #{context.container} #{context.image}:latest"
40
+
41
+ puts "\n\nStarted: #{stage.host}\n"
40
42
  end
41
43
 
42
44
  desc "Run migrations in the latest image."
@@ -1,3 +1,3 @@
1
1
  module DockerDeploy
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: docker_deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonas Nicklas