Skip to content

Commit

Permalink
fix : docker ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
sungjiwoon committed Feb 7, 2024
1 parent 70baa8a commit 6f3bcd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
mkdir -p src/main/resources
echo "${{ secrets.APPLICATION_YML }}" > src/main/resources/application.yml
cat ./src/main/resources/application.yml
echo "${{ secrets.DOCKER-COMPOSE }}" > docker-compose.yml
echo "${{ secrets.DOCKER_COMPOSE }}" > docker-compose.yml
cat docker-compose.yml
- name: Run chmod to make gradlew executable
Expand Down

0 comments on commit 6f3bcd4

Please sign in to comment.