feat(ci): deploy w/ script

This commit is contained in:
Barrett Ruth 2024-06-05 09:50:30 -05:00
parent 4fe54bb0b8
commit 5cbbf0c574
2 changed files with 10 additions and 1 deletions

View file

@ -20,4 +20,4 @@ jobs:
aws-region: us-east-2
- name: Deploy static site to S3 bucket
run: aws s3 sync . s3://barrettruth.com --delete --exclude ".git/*" --exclude ".github/*" --exclude "README.md" --exclude ".DS_Store" --exclude ".gitignore"
run: scripts/deploy.sh