From 79caf6b724b70b66086d19b75d22016ebb2261bc Mon Sep 17 00:00:00 2001 From: Heonbyeong Date: Fri, 26 Jul 2024 09:25:12 +0900 Subject: [PATCH] chore: target branch set --- .github/workflows/android-ci.yml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/.github/workflows/android-ci.yml b/.github/workflows/android-ci.yml index 8ed9f86f..5b43c2d4 100644 --- a/.github/workflows/android-ci.yml +++ b/.github/workflows/android-ci.yml @@ -4,7 +4,6 @@ on: push: branches: - 'release/release' - - 'feature/moneymong-500-ci-cd-구축' jobs: build: @@ -48,16 +47,15 @@ jobs: gem install bundler bundle install -# - name: Build & Deploy Android release -# env: -# SERVICE_ACCOUNT_KEY: ${{ github.workspace }}/app/service_account_key.json -# KEYSTORE_FILE: ${{ github.workspace }}/app/moneymong_keystore.jks -# KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }} -# KEYSTORE_KEY_ALIAS: ${{ secrets.KEY_ALIAS }} -# KEYSTORE_KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }} -# CWD: ${{ github.workspace }} -# run: bundle exec fastlane deploy - + - name: Build & Deploy Android release + env: + SERVICE_ACCOUNT_KEY: ${{ github.workspace }}/app/service_account_key.json + KEYSTORE_FILE: ${{ github.workspace }}/app/moneymong_keystore.jks + KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }} + KEYSTORE_KEY_ALIAS: ${{ secrets.KEY_ALIAS }} + KEYSTORE_KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }} + CWD: ${{ github.workspace }} + run: bundle exec fastlane deploy - name: Remove Credential run: |