Skip to content

Commit

Permalink
[PC-333] fix: Runner에서 MySQL 접속 가능하도록 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
devchlee12 committed Jan 15, 2025
1 parent 05db9f9 commit 6a63c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ jobs:
script: |
sudo docker ps
sudo docker pull ${{ secrets.DOCKER_USERNAME }}/docker-test-dev
sudo docker run -d -p 8080:8080 --add-host=host.docker.internal:host-gateway ${{ secrets.DOCKER_USERNAME }}/docker-test-dev
sudo docker run -d -p 8080:8080 --add-host=localhost:host-gateway ${{ secrets.DOCKER_USERNAME }}/docker-test-dev
sudo docker image prune -f

0 comments on commit 6a63c5b

Please sign in to comment.