Skip to content

Commit 9d2f032

Browse files
committed
Update Semaphore configuration
1 parent 4aade97 commit 9d2f032

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.semaphore/semaphore.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ blocks:
2525
- test -n "$BUILD_NUMBER" && test "$BUILD_NUMBER" -gt 0
2626
- echo "$BUILD_NUMBER" > /tmp/bccm_build_number
2727
- artifact push workflow /tmp/bccm_build_number -d bccm_build_number
28+
secrets:
29+
- name: android-play-store-api-linux
2830
- name: Build bccm Android
2931
dependencies:
3032
- Prep bccm version
@@ -77,6 +79,9 @@ blocks:
7779
- cache store pub-linux-$SEMAPHORE_GIT_BRANCH-$(checksum pubspec.yaml) $HOME/.pub-cache
7880
- flutter build appbundle --release --flavor prod -t lib/main_prod.dart --build-number=$BUILD_NUMBER
7981
- artifact push workflow build/app/outputs/bundle/prodRelease/app-prod-release.aab -d bccm.aab
82+
secrets:
83+
- name: android-keystore-bcc-media-apps
84+
- name: android-play-store-api
8085
- name: Deploy bccm Android
8186
dependencies:
8287
- Build bccm Android
@@ -95,3 +100,5 @@ blocks:
95100
- cd android
96101
- bundle install
97102
- bundle exec fastlane upload
103+
secrets:
104+
- name: android-play-store-api

0 commit comments

Comments
 (0)