Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 357 Bytes

02-deploy-cap-api.md

File metadata and controls

9 lines (7 loc) · 357 Bytes

Deploy CAP API

  1. Via the Clound Foundry CLI login to your Cloud Foundry space to which you want to deploy the CAP API
  2. Change to the respective directory of the CAP API sample (/02-cap-api) and deploy the API through:
$ npm run deploy # using NPM
$ yarn deploy # using yarn