Compare commits
2 Commits
c986bf8723
...
main
Author | SHA1 | Date | |
---|---|---|---|
2ffa7cd67b | |||
1a51f3815c |
@ -1,13 +1,14 @@
|
|||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: upload to minio
|
type: docker
|
||||||
|
name: update website
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: registry.kucharczyk.tech/asciidoctor
|
image: registry.kucharczyk.tech/asciidoctor
|
||||||
commands:
|
commands:
|
||||||
- "asciidoctor -D public asciidoc/*.adoc"
|
- "asciidoctor -D public asciidoc/index.adoc"
|
||||||
- name: upload
|
- name: upload
|
||||||
image: plugins/s3
|
image: plugins/s3
|
||||||
settings:
|
settings:
|
||||||
bucket: kucharczyk.xyz
|
bucket: kucharczyk.xyz
|
||||||
|
@ -1,4 +1,10 @@
|
|||||||
# A list of articles on this website
|
# kucharczyk.xyz - personal website
|
||||||
:doctype: book
|
:doctype: book
|
||||||
|
:nofooter:
|
||||||
|
|
||||||
|
Hi! My name is Lukáš Kucharczyk and this is my small place on the Internet.
|
||||||
|
I like to write about open source and tech in general.
|
||||||
|
|
||||||
|
## Articles
|
||||||
|
|
||||||
- xref:selfhostedsynapse.adoc[Self-hosting a Matrix server]
|
- xref:selfhostedsynapse.adoc[Self-hosting a Matrix server]
|
Reference in New Issue
Block a user