#!/bin/bash # clear the screen (can still scroll up) clear # call deploy scripts in order ./deploy_ci.sh ./deploy_live.sh