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

Commit

Permalink
Merge pull request #35 from IBM-Cloud/dev
Browse files Browse the repository at this point in the history
Sync
  • Loading branch information
l2fprod committed Nov 11, 2019
2 parents 77ec551 + c7a27bc commit f799ff5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy.sh
Expand Up @@ -73,6 +73,10 @@ function install() {
-a description 'Transform a recommendation into a Slack message'\
--web true\
actions/prepare-for-slack.js

OPENWHISK_HOST=$(ibmcloud fn property get --apihost -o raw)
FUNCTIONS_NAMESPACE_URL=https://${OPENWHISK_HOST}/api/v1/web/${NAMESPACE_INSTANCE_ID}/${PACKAGE_NAME}
echo "URL to call functions is $FUNCTIONS_NAMESPACE_URL"
}

function uninstall() {
Expand Down

0 comments on commit f799ff5

Please sign in to comment.