LaunchToProd.sh 514 B

123456
  1. docker image tag testapp-frontend:latest 192.168.60.10:5005/gestionloyer_front:1
  2. docker image tag testapp-backend:latest 192.168.60.10:5005/gestionloyer_back:1
  3. docker image push 192.168.60.10:5005/gestionloyer_back:1
  4. docker image push 192.168.60.10:5005/gestionloyer_front:1
  5. docker service update --image 192.168.60.10:5005/gestionloyer_back:1 --force prod-gestionlocative_gestionlocatibe-back
  6. docker service update --image 192.168.60.10:5005/gestionloyer_front:1 --force prod-gestionlocative_gestionlocatibe-front