infinite-industries / infinite

MIT License
5 stars 3 forks source link

Add script to simplify deploy #328

Closed chriswininger closed 1 year ago

chriswininger commented 1 year ago

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