←back to thread

9 points labarilem | 1 comments | | HN request time: 0.216s | source

What tools and platforms are you using? How do you manage deploying to different environments? How do you implement artifacts versioning? Also having some context would be interesting, e.g. company and team size.
1. replwoacause ◴[] No.45625280[source]
For my side projects I just use a deploy script that uses ssh and rsync to move data, run migrations, etc to push from my dev environment to whatever production server I pass in as an argument. Nothing fancy but dead simple with easy rollbacks and a few hundred ms downtime.