7 lines
91 B
Bash
Executable File
7 lines
91 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cd $(dirname $0)/dist
|
|
aws s3 sync . "s3://$IMBUSY_FE_BUCKET" --delete
|