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

Change build and deployment process to Github Actions #12

Open
doubleplusc opened this issue Jun 2, 2022 · 0 comments
Open

Change build and deployment process to Github Actions #12

doubleplusc opened this issue Jun 2, 2022 · 0 comments

Comments

@doubleplusc
Copy link
Owner

Currently, dist is included with the repository and used for deployment. To update code, parcel must be manually run to build all the compressed files. It's annoying, easy to forget, and not great for community contributors who don't want to deal with the toolchain.

Switching to Github Actions can automate the bundling process remotely taking the burden off developers. The repo will also no longer need a dist folder, which will be automatically created in Github results and be deployed.

There is also a lot of opportunity to insert sanity tests like all images being available, syntax errors, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant