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 6f3bcd4 commit fb01113
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 @@ -29,7 +29,7 @@ jobs:
echo "${{ secrets.APPLICATION_YML }}" > src/main/resources/application.yml
cat ./src/main/resources/application.yml
echo "${{ secrets.DOCKER_COMPOSE }}" > docker-compose.yml
cat docker-compose.yml
cat ./docker-compose.yml
- name: Run chmod to make gradlew executable
run: chmod +x ./gradlew
Expand Down

0 comments on commit fb01113

Please sign in to comment.