Skip to content
Snippets Groups Projects
Commit cd7259a9 authored by Jérôme Charaoui's avatar Jérôme Charaoui :telescope:
Browse files

update some gitlab pages bits

parent 2494770d
No related branches found
No related tags found
No related merge requests found
......@@ -372,6 +372,14 @@ rolling. For example, this will publish a `hugo` site:
only:
- main
If `.gitlab-ci.yml` already contains a job in the `build` stage that
generates the required artifacts in the `public` directory, then
including the `pages-deploy.yml` CI template should be sufficient:
include:
- project: tpo/tpa/ci-templates
file: pages-deploy.yml
GitLab pages are published under the `*.pages.torproject.org` wildcard
domain. There are two types of projects hosted at the TPO GitLab:
sub-group projects, usually under the `tpo/` super-group, and user
......@@ -800,6 +808,10 @@ example the status site pipeline publishes to:
Maybe this could be abused to act as a static source in the static
mirror system?
Update: see [service/static-shim](service/static-shim) for the chosen
solution to deploy websites built in GitLab CI to the static mirror
system.
## Issues
[File][] or [search][] for issues in the [gitlab project][search].
......
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