dpl 1.7.15.travis.858.4 → 1.7.15.travis.859.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 +8 -8
- data/README.md +1 -0
- data/lib/dpl/provider/ops_works.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YmU4MDBjYmE5ZDc4ZWEwZmQyYTczYWQ5M2E4MWZjYTFiNTljYWY3MQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NWQ3YzZlN2EwNmRhZmM3ZjNjMDVlODk1YzIzNjRkMjA4NDdiYTlkOA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NjNhODA1NTJjNmE2OGVhZDcwODRkZjQ2ODNkM2I0NzIwMDc1YWQ0ZGUyNTEx
|
|
10
|
+
NmI5MjgwMWVjMTQwYmFhY2M1MjAwMWI0Y2UwNmU3NWNiMGJkZDMwNzUwNDhi
|
|
11
|
+
NDk3ZTNhZWQ2MDE5YmU2M2QzYjkzNzZiYjYyYTNmMzcwZmQ1YmQ=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NDg1MGU1ZmRmNTdlMWMxNGYwODY3MTI2YjkxYzIxNDU1MTRlMGExMTkzMzM5
|
|
14
|
+
YWJlY2JjYWZhZDlkMDgyMmNlNjE2NTY1YjY3Y2VlNzRlYjgwNDRkOGRlZGY5
|
|
15
|
+
YjM3NTVkMjBhOGYwMDc3ZWE3MWJjOWI0ZjY0YmJhNmUwMWU5NzM=
|
data/README.md
CHANGED
|
@@ -330,6 +330,7 @@ It is possible to set file-specific `Cache-Control` and `Expires` headers using
|
|
|
330
330
|
* **app-id**: The app ID.
|
|
331
331
|
* **migrate**: Migrate the database. (Default: false)
|
|
332
332
|
* **wait-until-deployed**: Wait until the app is deployed and return the deployment status. (Default: false)
|
|
333
|
+
* **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#L34). More about `custom_json` [here](http://docs.aws.amazon.com/opsworks/latest/userguide/workingcookbook-json.html).
|
|
333
334
|
|
|
334
335
|
#### Environment variables:
|
|
335
336
|
|