Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Commit

Permalink
updated login to use api key
Browse files Browse the repository at this point in the history
  • Loading branch information
van-ibm committed Jun 22, 2018
1 parent 4ca9412 commit 5679a9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .bluemix/pipeline-DEPLOY.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
bx api $CF_TARGET_URL
echo 'Login IBM Cloud api=$CF_TARGET_URL org=$CF_ORG space=$CF_SPACE'
bx login -a "$CF_TARGET_URL" --apikey "$IAM_API_KEY" -o "$CF_ORG" -s "$CF_SPACE"

# Push the app
if ! bx app show $CF_APP; then
Expand Down

0 comments on commit 5679a9c

Please sign in to comment.