Skip to content

Commit

Permalink
refactor: docker-compose 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoya324 committed Aug 30, 2024
1 parent 72489cb commit 3421ab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ jobs:
- maru-egg-dev
depends_on:
- prometheus
networks:
maru-egg-dev:
networks:
maru-egg-dev:
EOF
echo ${{ secrets.DOCKER_PASSWORD }} | sudo docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
if [ "$(sudo docker ps -q)" ]; then sudo docker stop $(sudo docker ps -q); fi
Expand Down

0 comments on commit 3421ab0

Please sign in to comment.