Changes
Page history
service/static-shim: add missing link
authored
Feb 07, 2022
by
Jérôme Charaoui
Hide whitespace changes
Inline
Side-by-side
service/static-shim.md
View page @
0d3c918e
...
...
@@ -507,7 +507,7 @@ by Trocla, although only the newer versions support that
functionality, and that version is not currently available in Debian.
A
[
previous design
](
#webhook-deployment
)
involved a webhook written in Python, but now most
of the business logic resides in a [
`static-shim-deploy.yml`
template]
of the business logic resides in a
[
`static-shim-deploy.yml` template
]
[]
template which is basically a shell script embedded in a YAML
file. (We have considered taking this out of the template and writing
a proper Python script, but then users would have to copy that script
...
...
@@ -521,6 +521,7 @@ The CI hooks are deployed by users, which will typically include the
above template in their own
`.gitlab-ci.yml`
file.
[
static mirror system
]:
howto/static-component
[
`static-shim-deploy.yml` template
]:
https://gitlab.torproject.org/tpo/tpa/ci-templates/-/blob/main/static-shim-deploy.yml
### Storage
...
...
...
...