Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Wiki Replica
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
TPA
Wiki Replica
Commits
cd7259a9
Commit
cd7259a9
authored
3 years ago
by
Jérôme Charaoui
Browse files
Options
Downloads
Patches
Plain Diff
update some gitlab pages bits
parent
2494770d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
howto/gitlab.md
+12
-0
12 additions, 0 deletions
howto/gitlab.md
with
12 additions
and
0 deletions
howto/gitlab.md
+
12
−
0
View file @
cd7259a9
...
...
@@ -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
]
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment