-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Automate deployment from the main branch to https://attend.seagl.org/.
The manual process is:
# Build static site
make
# Deploy static site
aws s3 sync --acl 'public-read' --delete './dist/' "s3://$AWS_S3_BUCKET/"
aws cloudfront create-invalidation --distribution-id "$AWS_CF_DISTRIBUTION" --paths '/*'Metadata
Metadata
Assignees
Labels
No labels