Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
나경호 authored Nov 22, 2023
2 parents a641e60 + e3530a4 commit 7d6bd6f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,6 @@ jobs:
touch ./application-db.yml
echo "${{ secrets.YML_DB }}" > ./application-db.yml
shell: bash

# 환경별 yml 파일 생성(3) - dev
- name: make application.yml
run: |
cd ./src/main/resources
touch ./application.yml
echo "${{ secrets.YML }}" > ./application.yml
shell: bash

# 4) gradle 빌드
- name: Build with Gradle
Expand Down

0 comments on commit 7d6bd6f

Please sign in to comment.