Skip to content

Commit

Permalink
Update test_server_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gouyeonch authored Sep 7, 2024
1 parent 559b154 commit 0907bf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_server_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
docker stop web || true
docker rm web || true
docker rmi ${{ secrets.DOCKER_USERNAME }}/kkm-test:latest || true # 이전 이미지를 삭제
docker volume prune -f # 사용되지 않는 볼륨 삭제
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
docker pull ${{ secrets.DOCKER_USERNAME }}/kkm-test:latest
docker run -d --name web --network my_network -p 80:8080 \
Expand Down

0 comments on commit 0907bf1

Please sign in to comment.