#!/bin/bash
git checkout production && git pull origin main && git push && git checkout main
cd deployment
ansible-playbook todo-setup.yml
cd ..