Skip to content

Add a deployment workflow for the frontend #1313

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

Open
1 task
dhess opened this issue Jan 2, 2025 · 0 comments
Open
1 task

Add a deployment workflow for the frontend #1313

dhess opened this issue Jan 2, 2025 · 0 comments
Assignees
Labels
CI CI-related

Comments

@dhess
Copy link
Member

dhess commented Jan 2, 2025

Now that we have a semi-functional frontend implementation in this repo, we should automatically deploy it on successful merges to main (and probably even for PRs). This should be relatively easy to do as it's entirely browser-based and can be distributed via CDN.

The easiest way to do this is by building the frontend during CI and storing it in Nix, then pushing that Nix artifact during the CD step (post-merge to main). Therefore, I'd like to wait for Wasm support in haskell.nix, assuming that merges in the not-too-distant future:

@dhess dhess added the CI CI-related label Jan 2, 2025
@dhess dhess self-assigned this Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI CI-related
Projects
None yet
Development

No branches or pull requests

1 participant