Skip to content

Deployment #3

@AndrewKvalheim

Description

@AndrewKvalheim

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions