Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request #27 from emmatucker15/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
cvignola committed Jan 10, 2018
2 parents 73aa8d4 + 4be6eef commit b678e17
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Deploy to Kubernetes using Helm or the IBM Cloud Developer Tools.

1. IBM Cloud Developer Tools

npm idt:deploy --target container
npm run idt:deploy -- --target container

Notes:

Expand All @@ -244,13 +244,15 @@ Deploy to Kubernetes using Helm or the IBM Cloud Developer Tools.

#### Clound Foundry Deployment

1. Add a host name to the manifest.yml file

1. cf push

Note: if you installed IBM Cloud Developer Tools using the 'npm run idt:install' command, you can run the 'bx cf push' command. Otherwise, install the cf command from [Pivotal](https://docs.run.pivotal.io/cf-cli/install-go-cli.html).

1. IBM Cloud Developer Tools

npm idt:deploy
npm run idt:deploy

This was installed using your project's 'npm run idt:install' script.

Expand Down

0 comments on commit b678e17

Please sign in to comment.