atomaka.com/build.sh

10 lines
169 B
Bash
Raw Normal View History

2016-11-17 19:52:04 -05:00
#!/bin/bash
rm -rf build/
mkdir -p build/
cp index.html build/
cp keybase.txt build/
AWS_DEFAULT_REGION=us-east-2 aws s3 cp --recursive ./build s3://www.atomaka.com/