Skip to content

Latest commit

 

History

History
executable file
·
20 lines (14 loc) · 602 Bytes

deployment.md

File metadata and controls

executable file
·
20 lines (14 loc) · 602 Bytes
title permalink
Deploying your app
/deployment.html

Deploying your app

Baker supports 2 types of deployments: mobile app deployment through Fastlane and application server deployment using Heroku

Deploying application server to Heroku

heroku create name-of-your-app
npm run deploy:server

Deploying mobile application with Fastlane

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