项目作者: thibmaek

项目描述 :
🐳 Alpine Node + Ruby container with support for fastlane
高级语言:
项目地址: git://github.com/thibmaek/expo-fastlane.git
创建时间: 2018-06-12T17:21:40Z
项目社区:https://github.com/thibmaek/expo-fastlane

开源协议:

下载



expo-fastlane


Lightweight Docker image for deploying Expo React Native apps through Fastlane



Quick setup

Integrate this in your local/CI/CD env by pulling the remote image from Docker Hub:

  1. docker pull thibmaek/expo-fastlane
  1. image: thibmaek/expo-fastlane:latest

Building locally

  1. git clone https://github.com/thibmaek/expo-fastlane
  2. docker build . -t expo-fastlane
  3. docker run -d --name="expo-fastlane" expo-fastlane
  4. docker exec -it expo-fastlane

Why?

We needed a way to deploy our Expo RN app using Bitbucket Pipelines.
Bitbucket pipelines has very limited support for RN projects, so i created this image to run a bash script in which publishes & builds the app through exp and then downloads the binary .ipa file to use the fastlane delivery api to send it to iTunes Connect.