diff --git a/scripts/deploy.sh b/scripts/deploy.sh new file mode 100644 index 0000000..2af7f7a --- /dev/null +++ b/scripts/deploy.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +aws s3 sync ./dist/ s3://barrettruth.com --delete