Baker supports 2 types of deployments: mobile app deployment through Fastlane and application server deployment using Heroku
heroku create name-of-your-app
npm run deploy:server
app/fastlane directory contains configuration for Fastlane.
Please refer to CI section for more information on how to set up continuous integration for your mobile application