conan_deploy_stackato3 0.1.7 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -50,11 +50,13 @@ class Deployment < HasOptions
50
50
  end
51
51
 
52
52
  def dns_name(app)
53
- "#{@environment.id}-#{app.url_segment}.#{@ship}.#{@org}.mtnsatcloud.com"
53
+ # FIXME: central
54
+ "#{app.url_segment}.#{@ship}.#{@org}.mtnsatcloud.com"
54
55
  end
55
56
 
56
57
  def agnostic_dns_name(app)
57
- "#{@environment.id}-#{app.url_segment}.mtnsat.io"
58
+ # FIXME: central
59
+ "#{app.url_segment}.mtnsat.io"
58
60
  end
59
61
 
60
62
  def active_urls(app)
data/lib/conan/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Conan
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conan_deploy_stackato3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: