Skip to content

Commit

Permalink
Merge pull request #128 from Next-Room/feature/new-subscription
Browse files Browse the repository at this point in the history
[CI/CD] workflow ์ˆ˜์ •
  • Loading branch information
eunsol-an authored Aug 7, 2024
2 parents 4f3118b + b79d318 commit 18bff81
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,11 @@ jobs:
# (3-1) Google Credential ์„ธํŒ…
- name: Set Google Credential
run: |
echo "${{ secrets.NEXTROOM_GOOGLE_CREDENTIAL }}" > src/main/resources/credential/android/nextroom-423b5-c373d4cf16bb.json
id: create-json
uses: jsdaniell/[email protected]
with:
name: "nextroom-423b5-c373d4cf16bb.json"
json: ${{ secrets.NEXTROOM_GOOGLE_CREDENTIAL }}

# (4) Gradle build (Test ์ œ์™ธ)
- name: Build with Gradle
Expand Down

0 comments on commit 18bff81

Please sign in to comment.