#!/bin/bash branch=$1 composefile=$2 cd /home/ubuntu/ott-auth docker-compose -f $composefile restart echo "[>] Deployment done."