hackclub/hack-as-a-service-v0

Incremental redeployment (+caching)

Closed this issue · 0 comments

Only deploy parts of the service that have changed. For example if dokkud has not changed it does not need to be redeployed.

Also, cache parts of the app. Cache the frontend and backend caches so that they build faster overall. We can look into BuildKit caching and also consider other strategies.