ops_deploy 0.1.3 → 0.1.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c378d89164fcb8ec583d84c40869e604b37e8442
4
- data.tar.gz: 753e706901cf799399236f79935f2e78cccae1ba
3
+ metadata.gz: bc78846ff1cda030d7cb916965026b0f0bbfcf00
4
+ data.tar.gz: 6dc599136948bcee6c6e95669da2d370d0d3d1c9
5
5
  SHA512:
6
- metadata.gz: ea3c359eb2efdda11cc8edc95ed152198fa0cbd75a0407cb3dd604ab513ba373054861a43138240fdc801debd013ce82c0ff15d3816045aaf6d63b2ab327fdd8
7
- data.tar.gz: ab4a1a4ca31d1ba49aa0661bf8b370e2bb9f84ef18de37b721ed302177aba02d4229a4eecf1b0056922d38e14862f5357026e8bd0db810496cced3fd08d028af
6
+ metadata.gz: 6d53e6581e75976bf39642b6bde35ce421f848f7ded689e680d2fbc3112bc361f1ac354d053788ec30bb7ec8c4ab5349ff2aecba7d9c3bd5e88469fcd9931cd3
7
+ data.tar.gz: 36f686bd784cc44905520182baaabe08d12649925d3805f07b4188d165bad4159d0639d8ecdb221919455d65647c3bc8219f69fc83578bc4b71b88d4f683765b
@@ -70,6 +70,7 @@ class OpsDeploy::CLI::Notifier::Slack < OpsDeploy::CLI::Notifier::Generic
70
70
  {
71
71
  fallback: message,
72
72
  author_name: @stack.name,
73
+ author_link: stack_link(@stack),
73
74
  text: message
74
75
  }
75
76
  ]
@@ -82,6 +83,7 @@ class OpsDeploy::CLI::Notifier::Slack < OpsDeploy::CLI::Notifier::Generic
82
83
  fallback: message,
83
84
  text: message,
84
85
  author_name: @stack.name,
86
+ author_link: stack_link(@stack),
85
87
  color: "good"
86
88
  }
87
89
  ]
@@ -92,10 +94,16 @@ class OpsDeploy::CLI::Notifier::Slack < OpsDeploy::CLI::Notifier::Generic
92
94
  @slack_notifier.ping "", channel: @options[:channel], attachments: [
93
95
  {
94
96
  fallback: message,
95
- text: message,
97
+ text: "#{message} <!channel>",
96
98
  author_name: @stack.name,
99
+ author_link: stack_link(@stack),
97
100
  color: "danger"
98
101
  }
99
102
  ]
100
103
  end
104
+
105
+ def stack_link(stack)
106
+ region = OpsDeploy::CLI.argument("aws-region", "AWS_REGION") || "us-east-1"
107
+ "https://console.aws.amazon.com/opsworks/home?region=#{region}#/stack/#{stack.stack_id}/stack"
108
+ end
101
109
  end
@@ -1,3 +1,3 @@
1
1
  module OpsDeploy
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ops_deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mahdi Bchetnia
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-16 00:00:00.000000000 Z
11
+ date: 2015-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk