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 360a4f3 commit 8210e02
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ jobs:
- name: Run chmod to make gradlew executable
run: chmod +x ./gradlew

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

- name: Build with Gradle
run: ./gradlew clean build --exclude-task test

Expand Down

0 comments on commit 8210e02

Please sign in to comment.