diff options
| author | Kumar Damani <me@kumardamani.net> | 2024-08-14 19:52:52 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2024-08-14 19:52:52 +0000 |
| commit | 61116d82dd381741c91497ea2b51c2f3ad211e93 (patch) | |
| tree | 3fa73f68385e8914a1bfebd1fe590873b543c41b /deploy.sh | |
| parent | 5ae7c22764530f84359a3414ced331c9cd08a17e (diff) | |
moving stuff around
Diffstat (limited to 'deploy.sh')
| -rwxr-xr-x | deploy.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000..885a12c --- /dev/null +++ b/deploy.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +source .env +AWS_CONFIG_FILE=credentials aws --endpoint-url ${AWS_ENDPOINT} s3 cp ${AWS_LOCAL_DIR} s3://${AWS_BUCKET_NAME}/${AWS_UPLOAD_DIR} --recursive |
