dpl 1.9.5.travis.2782.5 → 1.9.5.travis.2783.5
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 +4 -4
- data/README.md +1 -0
- data/lib/dpl/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 585721e3586b783b51612d1a232d49f468a51fb289f5ba79f4ad97cd58603e89
|
|
4
|
+
data.tar.gz: 40b2689d27f869d6e27e1b84345e6d2d7d4653194c39c07b91c3f7493fac53cf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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