dpl 1.7.2.travis.591.1 → 1.7.2.travis.592.1
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 +5 -5
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NjM0ZTgyYmVkYzFkM2I1NWVkZmFhNGFmYjA2YmYwNDU0ZGVkODU2MQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZmFlNDAzMmQzOTRlMmNkOTllODllOWRmN2VmYTdiMDFiNTA2ZmZmYQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
N2FlNDZiYzQwYTVlNzQ0MTZlMTY0Zjc3Zjk0YzFlYjMyYWZjY2Y5NzBmZmJm
|
10
|
+
ZWI1NzMyZGUxMzA1MzhhZjgzYTJjOTkyMDViNDIxMmZhNWRhMzY1YTY1MjY4
|
11
|
+
ZDA4NDdmNDE1Mjc0OWQyODQ5NjZmNTlmZGYwYjQ5OGE0NjRiMGI=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NmJkZWY0YjRiZDZhOThhNGViNzZmZjc1YWFkNGI0OTVjNTAwNzIyMTJiY2U4
|
14
|
+
ZTk4NGU0MDU0OGVjNmM1ODcyMzQyYWI3OTM2ZGRmMGVjZjY5NTA0ZGUyZTFi
|
15
|
+
NDZmZjdiMmNjNWMyMTA2YzExYzdjNWJkNzdmODY0N2FlZTE3NGY=
|
data/README.md
CHANGED
@@ -15,7 +15,7 @@ Dpl supports the following providers:
|
|
15
15
|
* [Heroku](#heroku)
|
16
16
|
* [Nodejitsu](#nodejitsu)
|
17
17
|
* [NPM](#npm)
|
18
|
-
* [
|
18
|
+
* [OpenShift](#openshift)
|
19
19
|
* [PyPi](#pypi)
|
20
20
|
* [RubyGems](#rubygems)
|
21
21
|
* [S3](#s3)
|
@@ -112,19 +112,19 @@ As a rule of thumb, you should switch to the Git strategy if you run into issues
|
|
112
112
|
dpl --provider=engineyard --username=<username> --password=<password> --environment=staging
|
113
113
|
dpl --provider=engineyard --api-key=<api-key> --app=<application> --migrate=`rake db:migrate`
|
114
114
|
|
115
|
-
###
|
115
|
+
### OpenShift:
|
116
116
|
|
117
117
|
#### Options:
|
118
118
|
|
119
|
-
* **
|
119
|
+
* **user**: Openshift Username.
|
120
120
|
* **password**: Openshift Password.
|
121
121
|
* **domain**: Openshift Application Domain.
|
122
122
|
* **app**: Openshift Application. Defaults to git repo's name.
|
123
123
|
|
124
124
|
####Examples:
|
125
125
|
|
126
|
-
dpl --provider=openshift --
|
127
|
-
dpl --provider=openshift --
|
126
|
+
dpl --provider=openshift --user=<username> --password=<password> --domain=<domain>
|
127
|
+
dpl --provider=openshift --user=<username> --password=<password> --domain=<domain> --app=<app>
|
128
128
|
|
129
129
|
### cloudControl:
|
130
130
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dpl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.7.2.travis.
|
4
|
+
version: 1.7.2.travis.592.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Konstantin Haase
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-11-
|
11
|
+
date: 2014-11-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|