jeremy 4 달 전
부모
커밋
9760c86adc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      LaunchToProd.sh

+ 2 - 2
LaunchToProd.sh

@@ -2,5 +2,5 @@ docker image tag testapp-frontend:latest 192.168.60.10:5005/gestionloyer_front:1
 docker image tag testapp-backend:latest 192.168.60.10:5005/gestionloyer_back:1
 docker image push 192.168.60.10:5005/gestionloyer_back:1
 docker image push 192.168.60.10:5005/gestionloyer_front:1
-docker service update prod-gestionlocative_gestionlocatibe-back
-docker service update prod-gestionlocative_gestionlocatibe-front
+docker service update prod-gestionlocative_gestionlocatibe-back --force
+docker service update prod-gestionlocative_gestionlocatibe-front --force