classy-django-rest-framework icon indicating copy to clipboard operation
classy-django-rest-framework copied to clipboard

Deploy needs some improvement

Open felipefarias opened this issue 8 years ago • 2 comments
trafficstars

Everytime that we build, s3sync push all again.

The problem is not on s3sync. The problem is in the fact that the build is not deterministic.

felipefarias avatar Mar 22 '17 14:03 felipefarias

I think that the build shouldn't be deterministic. We only build minors, but old versions may have patches

dennys-bd avatar Jun 07 '23 20:06 dennys-bd

We could just set --skip-existing on the deploy, but not sure how it would work with rewrites

another option is to remove --delete-removed and only build what we want to replace, this way we could remove support to old versions and yet they would be there in the site

dennys-bd avatar Jun 07 '23 20:06 dennys-bd