configure artifacts

This commit is contained in:
Gabriel Delavald 2017-10-31 19:53:21 -02:00
parent 1c708ac1cf
commit a4888f84df
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ dependencies:
- vendor/bundle
- node_modules
- ~/Library/Caches/CocoaPods
deployment:
beta:
branch: qa
@ -37,3 +38,4 @@ deployment:
- yarn
- ./node_modules/.bin/react-native bundle --platform android --dev false --entry-file index.android.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/
- cd android && ./gradlew assembleRelease
- mv ./android/app/build/outputs/ $CIRCLE_ARTIFACTS