Remix.run Logo
hamdouni 21 hours ago

I was using some ansible playbook scripts to deploy to production some web app. One day the scripts stopped working because of a boring error about python version mismatch.

I rewrite all the deployment scripts with bash (took less than a hour) and never had a problem since.

Morality: it's hard to find the right tool for the job