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

beautiful preview on CircleCI #219

Open
koron opened this issue Aug 31, 2016 · 2 comments
Open

beautiful preview on CircleCI #219

koron opened this issue Aug 31, 2016 · 2 comments
Labels

Comments

@koron
Copy link
Member

koron commented Aug 31, 2016

CircleCI で preview できるようにしたが、以下を見れば分かる通り、CSS等が適用されていない。
basepath で解決できるはずだが、面倒なはず。

https://circleci.com/api/v1/project/vim-jp/vim-jp.github.io/8/artifacts/0/$CIRCLE_ARTIFACTS/vimmagazine/2016/08/31/vimmagazine.html

@koron koron added the system label Aug 31, 2016
@koron
Copy link
Member Author

koron commented Sep 30, 2016

artifacts が多くなるとその収集でビルド時間が伸びる。
目安としては 10 ファイルに1秒といったところ。
そのため約300ファイルの現在は30秒を収集に費やしている。
なので生成したファイル群をそのままartifactsとして登録するのではなくて、
それをアーカイブしたもの(.tar.gz)を指定する方が将来のためには良い。

ということを考えると、その .tar.gz をアップロードすると、
それを展開してプレビューさせてくれる静的サイトがあると助かる。

@raa0121
Copy link
Member

raa0121 commented Jan 17, 2020

https://www.netlify.com/
ここ、使えませんかね? アーカイブのアップロードに対応してるかは見てないです…

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

No branches or pull requests

2 participants