dpl 1.7.19.travis.944.4 → 1.7.19.travis.945.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 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YjVmMDMzMWU2MTc4NjgxYWU5YWNjMzcyNzYyMzkyZmZhYmY0MTEzMA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
YmIzOGU5ZDRkYjJjYmVhOWRjOWVkNmRmYTczOTMxMzg1MjJhMTIzYg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NThmZGIzZTY4NDJlZDRiZWYyNjY4YmU3OTg4YTcyNDI0MTcxYzAyMDZjMDI0
|
|
10
|
+
ODkxZTFhYjY4OWZjZjAwOTljNDFlZjQwZDE1M2NhY2ZlZTY5MGIwZTYxOGRk
|
|
11
|
+
ODgxNjNjYzdkZTFlMmQyMGE5YWM4M2QxODAyN2UwNGVkZWZhODM=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NzJiYWZlZmY3NmFiNGFlOGI5NTRlMWQ0NjQ4NTM3NWIwOTc5ZDVmZjJkYzhi
|
|
14
|
+
OTFhZTdhOGJhMDg3NjllNjdhMmM3MzZjZDgwN2RjYWYwZmYwNDkzOTczNzli
|
|
15
|
+
YTdmY2QzYmRlMzc2NmRlY2VkMjJlMDkwMTEyNzJkOTBlMjNlM2I=
|
data/README.md
CHANGED
|
@@ -542,7 +542,7 @@ For accounts using two factor authentication, you have to use an oauth token as
|
|
|
542
542
|
#### Environment variables:
|
|
543
543
|
|
|
544
544
|
* **ELASTIC_BEANSTALK_ENV**: Elastic Beanstalk environment name which will be updated. Is only used if `env` option is omitted.
|
|
545
|
-
* **
|
|
545
|
+
* **ELASTIC_BEANSTALK_LABEL**: Label name of the new version.
|
|
546
546
|
* **ELASTIC_BEANSTALK_DESCRIPTION**: Description of the new version. Defaults to the last commit message.
|
|
547
547
|
|
|
548
548
|
#### Examples:
|