#!/usr/bin/env bash set -uo pipefail if [[ -d deploy/ ]]; then rm -r deploy/; fi cp -r target/ deploy/;