Skip to content

Commit

Permalink
๐Ÿ‘ท Update CI.yml
Browse files Browse the repository at this point in the history
repo secrets ์ธ์‹ ๋ถˆ๊ฐ€ ์ด์Šˆ๋กœ ๊ด€๋ จ ํ•ด๊ฒฐ ๋‚ด์šฉ ์ถ”๊ฐ€
  • Loading branch information
min-0 authored Jul 29, 2024
1 parent 2d74f70 commit 2214622
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
paths:
- '**/application*.yml'

env:
AWS_REGION: ap-northeast-2
Expand All @@ -27,6 +29,11 @@ jobs:
#JDK 17 ์„ค์ •
java-version: '17'
distribution: 'corretto'
#yml ํŒŒ์ผ
- name: Set yml
run: mkdir -p src/main/resources
echo "${{ secrets.APPLICATION_YML }}" | base64 --decode > src/main/resources/application-db.yml
find src
#gradlew ํŒŒ์ผ์— ์‹คํ–‰ ๊ถŒํ•œ ๋ถ€์—ฌ
- name: Grant execute permission to gradlew
run: chmod +x ./gradlew
Expand Down

0 comments on commit 2214622

Please sign in to comment.