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 a4e4c6a commit 1092ed4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
- name: Set .yml for main
run: |
# Create resources directory if it doesn't exist
mkdir -p ./src/main/resources
mkdir ./src/main/resources
cd ./src/main/resources
touch ./application-database.yaml
echo "${{ secrets.MAIN_DATABASE_YML }}" >> ./application-database.yml
touch ./application.yml
echo "${{ secrets.MAIN_DATABASE_YML }}" >> ./application.yml
shell: bash

- name: Build with Gradle
Expand Down

0 comments on commit 1092ed4

Please sign in to comment.