Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit 375eeef

Browse files
committed
Update pipeline commands.
1 parent 427ae47 commit 375eeef

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.bluemix/deploy.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@
2626
"type": "password"
2727
},
2828
"message-hub-api-key": {
29-
"description": "Cloudant name, copy from Bluemix console Message Hub instance credentials",
29+
"description": "Message Hub name, copy from Bluemix console Message Hub instance credentials",
3030
"type": "string"
3131
},
3232
"message-hub-user": {
33-
"description": "Cloudant name, copy from Bluemix console Message Hub instance credentials",
33+
"description": "Message Hub name, copy from Bluemix console Message Hub instance credentials",
3434
"type": "string"
3535
},
3636
"message-hub-rest-url": {
37-
"description": "Cloudant REST URL, copy from Message Hub console",
37+
"description": "Message Hub REST URL, copy from Message Hub console",
3838
"type": "password"
3939
},
4040
"message-hub-admin-url": {
41-
"description": "Cloudant Admin URL, copy from Message Hub console",
41+
"description": "Message Hub Admin URL, copy from Message Hub console",
4242
"type": "string"
4343
},
4444
"message-hub-instance-name": {

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ wsk property get --cliversion
134134
# Alternative deployment methods
135135
`deploy.sh` will be replaced with [`wskdeploy`](https://github.com/openwhisk/openwhisk-wskdeploy) in the future. `wskdeploy` uses a manifest to deploy declared triggers, actions, and rules to OpenWhisk.
136136

137-
You can also use the following button to clone a copy of this repository and deploy to Bluemix as part of a DevOps toolchain. Supply your OpenWhisk and Cloudant credentials under the Delivery Pipeline icon, click Create, then run the Deploy stage for the Delivery Pipeline.
137+
You can also use the following button to clone a copy of this repository and deploy to Bluemix as part of a DevOps toolchain. Supply your OpenWhisk and Message Hub credentials under the Delivery Pipeline icon, click Create, then run the Deploy stage for the Delivery Pipeline.
138138

139139
[![Deploy to Bluemix](https://bluemix.net/deploy/button.png)](https://bluemix.net/deploy?repository=https://github.com/IBM/openwhisk-data-processing-message-hub.git)
140140

0 commit comments

Comments
 (0)