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

Store static assets on S3/DO/Azure/... #81

Open
ivan-bocharov opened this issue Nov 14, 2018 · 0 comments
Open

Store static assets on S3/DO/Azure/... #81

ivan-bocharov opened this issue Nov 14, 2018 · 0 comments
Assignees

Comments

@ivan-bocharov
Copy link
Collaborator

In the early stages of our website development there was no need for separate hosting for binary static assets (paper PDFs, zipped archives, etc.). However, as time went by, the size of the repository grew significantly. Publishing/cloning process is quite slow and painful as well.

Unfortunately, git-lfs is not supported by Github Pages. In order to remedy repository growth, we should consider storing our binary static assets on a separate server (S3 bucket, Azure machine, etc.) and point a subdomain to this machine.

The uploading of said assets also has to require minimal manual intervention from user side (preferably, it has to happen during make publish run).

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

No branches or pull requests

4 participants