Skip to content

Commit

Permalink
ci설정5
Browse files Browse the repository at this point in the history
  • Loading branch information
justindevcode committed Jul 2, 2023
1 parent 4a9115f commit c3cee19
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ jobs:

- name: Update application.yml
run: |
echo "$(cat application.yml | sed 's/active: local/active: prod/')" > application.yml
echo "$(cat charrypickapp/application.yml | sed 's/active: local/active: prod/')" > charrypickapp/application.yml
- name: Grant execute permission for gradlew
working-directory: charrypickapp
run: chmod +x gradlew

- name: Build with Gradle
working-directory: charrypickapp
run: ./gradlew clean build

0 comments on commit c3cee19

Please sign in to comment.