Skip to content

Commit

Permalink
fix: docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sunwupark committed Jan 31, 2024
1 parent 8210e02 commit a4e4c6a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ jobs:

- name: Set .yml for main
run: |
# main 설정 파일 디렉토리로 이동
cd ./src/main/resources
touch ./application-database.yaml
echo "${{ secrets.MAIN_DATABASE_YML }}" >> ./application-database.yml
# Create resources directory if it doesn't exist
mkdir -p ./src/main/resources
cd ./src/main/resources
touch ./application-database.yaml
echo "${{ secrets.MAIN_DATABASE_YML }}" >> ./application-database.yml
shell: bash

- name: Build with Gradle
Expand Down

0 comments on commit a4e4c6a

Please sign in to comment.