Skip to content

Commit

Permalink
♻️ :: CI 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JunJaBoy authored Mar 12, 2024
1 parent 97a9ff3 commit 071fb01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ jobs:
run: |
echo $PROD_BASE_URL >> ./local.properties
echo $DEV_BASE_URL >> ./local.properties
echo $TERMS_URL >> ./local.properties
cat
env:
PROD_BASE_URL: ${{secrets.PROD_BASE_URL}}
DEV_BASE_URL: ${{secrets.DEV_BASE_URL}}
TERMS_URL: ${{secrets.TERMS_URL}}

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit 071fb01

Please sign in to comment.