Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit 5d39670

Browse files
authored
Merge pull request #36 from IBM/add_deploy_to_bluemix
Update pipeline commands.
2 parents 48b3ac8 + ab71b89 commit 5d39670

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.bluemix/pipeline.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ stages:
7070
7171
echo "Creating write-from-cloudant ..."
7272
./wsk action get -s write-from-cloudant || \
73-
./wsk action update write-from-cloudant ../actions/write-from-cloudant.js
73+
./wsk action create write-from-cloudant actions/write-from-cloudant.js
7474
7575
echo "Creating write-from-cloudant ..."
7676
./wsk action get -s write-to-cloudant || \
77-
./wsk action update write-to-cloudant ../actions/write-to-cloudant.js \
77+
./wsk action create write-to-cloudant actions/write-to-cloudant.js \
7878
--param CLOUDANT_USERNAME "$CLOUDANT_USERNAME" \
7979
--param CLOUDANT_PASSWORD "$CLOUDANT_PASSWORD" \
8080
--param CLOUDANT_DATABASE "$CLOUDANT_DATABASE"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /