atomaka.com/build.sh

10 lines
169 B
Bash
Executable File

#!/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/