Skip to content

Commit

Permalink
Merge pull request #48 from one-dream-us/dev
Browse files Browse the repository at this point in the history
fix: github actions application.yml 삽입 오류
  • Loading branch information
JuJaeng2 authored Jan 16, 2025
2 parents b7be2c7 + 5b25816 commit d86500b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
- name: Set config file
run: |
echo "${{secrets.APPLICATION_YML}}" | base64 --decode > src/main/resources/application.yml
echo "File content:"
cat src/main/resources/application.yml
- name: Build with Gradle Wrapper
run: ./gradlew build -x test
Expand Down

0 comments on commit d86500b

Please sign in to comment.