dpl 1.9.5.travis.2782.5 → 1.9.5.travis.2783.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -0
  3. data/lib/dpl/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5be5b8d61c494b983d7918e4befbdb08819085fe3c42d85f896706bcf1c9e402
4
- data.tar.gz: 1e80fe6026d61655cd8df632775a873f6e49b4b7567dfea63ef1b4dead7e658c
3
+ metadata.gz: 585721e3586b783b51612d1a232d49f468a51fb289f5ba79f4ad97cd58603e89
4
+ data.tar.gz: 40b2689d27f869d6e27e1b84345e6d2d7d4653194c39c07b91c3f7493fac53cf
5
5
  SHA512:
6
- metadata.gz: 498144c9d63a21b09e4092fc63a1ebf0bfa692525ab68d1806271331dcd81c5904e722444bb9ff908704974e66473ac5ecd3e614e9a284a42dcd182b01a5494a
7
- data.tar.gz: 20f9abb0064f165ad7dc50d29f3f488b04b935b49ca457c31f9aafe68fb72a4d00370410e90868141afe80befcd4e7a16a40378f43855822618143175ea11491
6
+ metadata.gz: cf29f4727188344269aecb42be21ef670e955ff4f2631f9c1cf9b4f5ed026fe4452d0a6312b4eacea7003dd013db3b69de2d586c4f26abd8d88bdee200201906
7
+ data.tar.gz: 1a5f61b56777f5b440369c672dd67085d8f788c65f0b7949e75604cb4fd1f77aa627bc1aa254184b627cde928c5e4ed815c5b48d5ce3625e05ae918f0d48d916
data/README.md CHANGED
@@ -391,6 +391,7 @@ It is possible to set file-specific `Cache-Control` and `Expires` headers using
391
391
  * **layer-ids**: A layer id. (Use this option multiple times to specify multiple layer ids. Default: [])
392
392
  * **migrate**: Migrate the database. (Default: false)
393
393
  * **wait-until-deployed**: Wait until the app is deployed and return the deployment status. (Default: false)
394
+ * **update-on-success**: When **wait-until-deployed** and **updated-on-success** are both `true`, application source is updated to the current SHA. Ignored when **wait-until-deployed** is false. (Default: false)
394
395
  * **custom_json**: Override custom_json options. If using this, default configuration will be overriden. See the code [here](https://github.com/travis-ci/dpl/blob/master/lib/dpl/provider/ops_works.rb#L43). More about `custom_json` [here](http://docs.aws.amazon.com/opsworks/latest/userguide/workingcookbook-json.html).
395
396
 
396
397
  #### Environment variables:
data/lib/dpl/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module DPL
2
- VERSION = '1.9.5.travis.2782.5'
2
+ VERSION = '1.9.5.travis.2783.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dpl
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.5.travis.2782.5
4
+ version: 1.9.5.travis.2783.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase