You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Over at #543 I have modified the Dockerfile and gitlab-ci.yaml in an attempt to get it to deploy via gitlab CI (just like the rust docs do). I'm getting a credentials error at the moment.
The notable changes to the Dockerfile are:
Add RUN cargo install mdbook: installs the binary crate that builds the book.
Remove git-lfs (it's no longer required on master)
For gitlab-ci.yaml, this is what I have added. It seems to work, it just fails on credentials:
Description
In
/book
there is an mdbook containing our hand-written documentation (note: this is distinct to the rust docs).The book is presently deployed at http://lighthouse-book.sigmaprime.io/
I deployed it from my local machine (with the same credentials as the ci server) using:
Over at #543 I have modified the
Dockerfile
andgitlab-ci.yaml
in an attempt to get it to deploy via gitlab CI (just like the rust docs do). I'm getting a credentials error at the moment.The notable changes to the
Dockerfile
are:RUN cargo install mdbook
: installs the binary crate that builds the book.git-lfs
(it's no longer required on master)For
gitlab-ci.yaml
, this is what I have added. It seems to work, it just fails on credentials:The text was updated successfully, but these errors were encountered: