Skip to content

Commit

Permalink
💚ci: ci 파일 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
seheonnn committed Mar 5, 2024
1 parent 7c4fcda commit 1eb0507
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
[ -e "application.yml" ] && rm application.yml
echo "spring:" > application.yml
echo " profiles:" >> application.yml
echo " group:" >> application.yml
echo " "prod: "db, prod" >> application.yml
echo " active: prod" >> application.yml
echo " include: db >> application.yml
echo " servlet:" >> application.yml
echo " multipart:" >> application.yml
echo " max-file-size: 20MB" >> application.yml
Expand Down

0 comments on commit 1eb0507

Please sign in to comment.