Skip to content

Pushing to Bluemix

John Girata edited this page Dec 20, 2017 · 2 revisions
  1. Create a user-provided service with your Watson Work Services app credentials:
    cf cups ww-open-space-creds -p '{
        "APP_ID": "<app ID>",
        "APP_SECRET": "<app secret>"
    }'
    
  2. Change the host in manfiest.yml (on line 8) to a new, unique hostname (this will be the subdomain on mybluemix.net for your app).
  3. Build and push the app using yarn push.
Clone this wiki locally