+4
-10
appview/pages/templates/repo/pipelines/pipelines.html
+4
-10
appview/pages/templates/repo/pipelines/pipelines.html
···
19
19
{{ $bullet := "mx-2 text-xs bg-gray-200 dark:bg-gray-600 rounded-full size-5 flex items-center justify-center font-mono inline-flex align-middle" }}
20
20
<p>
21
21
<span class="{{ $bullet }}">1</span>First, choose a spindle in your
22
-
<a href="/{{ .RepoInfo.FullName }}/settings?tab=pipelines" class="underline">project settings</a>.
23
-
</p>
24
-
<p>
25
-
<span class="{{ $bullet }}">2</span>For self-hosting a spindle you can learn more
26
-
<a href="https://tangled.org/@tangled.org/core/blob/master/docs/spindle/hosting.md" class="underline">here</a>.
27
-
</p>
28
-
<p>
29
-
<span class="{{ $bullet }}">3</span>Configure your first
30
-
<a href="https://tangled.org/@tangled.org/core/blob/master/docs/spindle/pipeline.md" class="underline">Spindle workflow</a>.
22
+
<a href="/{{ .RepoInfo.FullName }}/settings?tab=pipelines" class="underline">repository settings</a>.
31
23
</p>
32
24
<p>
33
-
<span class="{{ $bullet }}">4</span>Push!
25
+
<span class="{{ $bullet }}">2</span>Configure your CI/CD
26
+
<a href="https://tangled.org/@tangled.org/core/blob/master/docs/spindle/pipeline.md" class="underline">pipeline</a>.
34
27
</p>
28
+
<p><span class="{{ $bullet }}">3</span>Trigger a workflow with a push or a pull-request!</p>
35
29
</div>
36
30
{{ end }}
37
31
</div>