Skip to content

Commit

Permalink
Merge pull request #62 from H-Hive/feature/ci_cd
Browse files Browse the repository at this point in the history
script: 도커 컴포즈 수정
  • Loading branch information
kdy9960 authored Jan 15, 2024
2 parents 5c9a9c9 + 64f2680 commit ffd95c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
docker rm -f $(docker ps -qa)
docker rmi ${{ secrets.DOCKERHUB_USERNAME }}/hhive
docker pull ${{ secrets.DOCKERHUB_USERNAME }}/hhive
docker-compose up -d
docker compose up -d

0 comments on commit ffd95c0

Please sign in to comment.