commit 021d53fe13ee11a3175095ee1aa62adb70732053 Author: Boris Date: Sun Mar 29 21:08:06 2026 +0300 Initial website commit diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..76baba0 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,12 @@ +when: + branch: main + event: push + +steps: + deploy: + image: alpine + commands: + - echo "Deploying to /webroot..." + - apk add --no-cache rsync + - rsync -av --delete --exclude='.git' --exclude='.woodpecker.yml' ./ /webroot/ + - echo "Deploy complete" diff --git a/index.html b/index.html new file mode 100644 index 0000000..d704ed9 --- /dev/null +++ b/index.html @@ -0,0 +1,19 @@ + + + + + + k-boris.tech + + + +
+

k-boris.tech

+

Coming soon.

+
+ +