Create a script (deployable via ansible) which is on all of our remote boxes (stage/dev) which simply does
docker-compose pull
doocker-compose down
docker-compose up -d
Add a deploy script to the main repo like we used to have which, assuming you have access to the box in question, ssh's in and runs said script, making deployment a simple task and privileged team member can do with a one line command
Create a script (deployable via ansible) which is on all of our remote boxes (stage/dev) which simply does
Add a deploy script to the main repo like we used to have which, assuming you have access to the box in question, ssh's in and runs said script, making deployment a simple task and privileged team member can do with a one line command