PlaceOS / user-interfaces

PlaceOS starter templates for building user-interfaces.
frontend-templates-placeos.vercel.app
1 stars 7 forks source link

feat: move builds to use Github releases #53

Closed MrYuion closed 5 months ago

MrYuion commented 3 years ago

Current builds on git branches are bloating the git history. We should move builds to use Github releases to prevent this issue.

caspiano commented 3 years ago

As discussed in standup, we'll continue using build branches.

To avoid long clone times, we will download the archive of the branch directly, sans git history.

MrYuion commented 3 years ago

@caspiano, the bloat of the repo is still an issue. I'd like to move away from deployment/build branches at some point.