dpl 1.8.5.travis.1101.4 → 1.8.5.travis.1104.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
|
+
NTZmMTBhY2YzYjk4NTg1OWIyN2RlNzY1OTBlZmNiMDkxYzAyYWQyMQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NzE1OGQzYmQyNzlmNDVhMGQ0Y2I5ODM1ZTcwMTc2OWE0YzY3ZmUwMQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MTFhNGFhMjBkZmVkMGM5ZDFjMDJkY2RmMWM3ZGVlMDY2ODNjZThhOWNhMzgy
|
|
10
|
+
ZjY3ZmE0ZDJiZmRiOTkwNGE3ZDNkMGZhOTlmMGU0ZTEzZDRlNzQxOGFiZGQ0
|
|
11
|
+
OWNlY2UyYmE1YjdlNjYyNmMwNzA2NmQ5ZDM0MWI1MzAwODI5YzA=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MTcxY2UxYWI5OTE4NmZmZTUxYzM5NzA1N2E0YmE4NDhlZGE0NjUzODY1MmIz
|
|
14
|
+
NGYwYTA3OGZiN2Q2NjM3NjdlNTRhZDhkN2Y0NDU0MjAwYmZlZWJlMDAyMmQ4
|
|
15
|
+
OTE0MWVmN2FiMDE2ZGJkNDU5MTIzMTg4OGMzNzk5YzIxNzY1YmY=
|
data/README.md
CHANGED
|
@@ -590,7 +590,7 @@ For accounts using two factor authentication, you have to use an oauth token as
|
|
|
590
590
|
* **region**: AWS Region the Elastic Beanstalk app is running in. Defaults to 'us-east-1'. Please be aware that this must match the region of the elastic beanstalk app.
|
|
591
591
|
* **app**: Elastic Beanstalk application name.
|
|
592
592
|
* **env**: Elastic Beanstalk environment name which will be updated.
|
|
593
|
-
* **
|
|
593
|
+
* **zip_file**: The zip file that you want to deploy. _**Note:**_ you also need to use the `skip_cleanup` or the zip file you are trying to upload will be removed during cleanup.
|
|
594
594
|
* **bucket_name**: Bucket name to upload app to.
|
|
595
595
|
* **bucket_path**: Location within Bucket to upload app to.
|
|
596
596
|
|