imbusy/frontend/deploy.sh
2025-06-21 10:25:06 +09:00

7 lines
91 B
Bash
Executable File

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