Skip to content

Commit

Permalink
chore: target branch set
Browse files Browse the repository at this point in the history
  • Loading branch information
Heonbyeong committed Jul 26, 2024
1 parent 7608c88 commit 79caf6b
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- 'release/release'
- 'feature/moneymong-500-ci-cd-구축'

jobs:
build:
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 79caf6b

Please sign in to comment.