Skip to content
Snippets Groups Projects
Commit 9280b0cf authored by Tiago Gomes's avatar Tiago Gomes
Browse files

ci: add ACME challenge

To finish the creation of the Let's Encrypt certificate, which will
allows us to use https://docs.buildstream.build/ for accessing the
documentation.
parent fdbf9be1
No related branches found
No related tags found
1 merge request!831ci: add ACME challenge
Pipeline #31282283 passed
......@@ -273,8 +273,14 @@ pages:
dependencies:
- source_dist
- docs
variables:
ACME_DIR: public/.well-known/acme-challenge
script:
- find public/
- mkdir ${ACME_DIR}
# Required to finish the creation of the Let's Encrypt certificate,
# which allows using https://docs.buildstream.build/ for accessing
# the documentation.
- echo ${ACME_CHALLENGE} > ${ACME_DIR}/$(echo ${ACME_CHALLENGE} | cut -c1-43)
artifacts:
paths:
- public/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment