#!/bin/bash set -e cd $(dirname $0)/dist aws s3 sync . "s3://$IMBUSY_FE_BUCKET" --delete