Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: demo deployment #7

Merged
merged 2 commits into from
Mar 27, 2024
Merged

chore: demo deployment #7

merged 2 commits into from
Mar 27, 2024

Conversation

birme
Copy link
Contributor

@birme birme commented Mar 26, 2024

This PR adds a GitHub workflow that can be manually triggered to update demo site at https://intercom.app.eyevinn.technology/

What happens is that the frontend is built with yarn build and then the contents of dist/ is synced with the S3 bucket origin-intercom-app on Eyevinn AWS. This S3 bucket is attached with a Cloudfront distribution with SSL

Also included in this PR is a base for running the frontend as a containerized application by using an nginx to serve the build. It uses a multi-stage build to limit the size of the resulting container image.

@birme birme requested a review from martinstark March 26, 2024 12:25
@birme birme force-pushed the chore-deploy-demo branch from aae4858 to f690219 Compare March 26, 2024 12:31
Copy link
Collaborator

@martinstark martinstark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, looks great

@martinstark martinstark merged commit e2e0eb8 into main Mar 27, 2024
@martinstark martinstark deleted the chore-deploy-demo branch March 27, 2024 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants