From b88fab7cc1f39533ff1dee6d857011c43e41dc4f Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Thu, 22 May 2025 16:42:51 -0500 Subject: [PATCH] fix(ci): include deploy scripts --- scripts/deploy.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 scripts/deploy.sh 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