Skip to content

Commit

Permalink
📝 Update CI.yml
Browse files Browse the repository at this point in the history
yml 관련 내용 수정
  • Loading branch information
min-0 authored Jul 29, 2024
1 parent a329572 commit 2b69ee5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
paths:
- '**/application*.yml'

env:
AWS_REGION: ap-northeast-2
Expand All @@ -32,9 +30,8 @@ jobs:
#yml 파일
- name: Set yml
run: |
mkdir -p src/main/resources
echo "${{ secrets.APPLICATION_YML }}" | base64 --decode > src/main/resources/application-db.yml
find src
cat <<EOF >> src/main/resources/application-db.yml
${{ secrets.APPLICATION_YML }}
#gradlew 파일에 실행 권한 부여
- name: Grant execute permission to gradlew
run: chmod +x ./gradlew
Expand Down

0 comments on commit 2b69ee5

Please sign in to comment.