first pipeline + readme

This commit is contained in:
claude 2026-05-18 20:29:30 +03:00
parent 514f75a75b
commit f68d1bd3f9
2 changed files with 20 additions and 1 deletions

12
.woodpecker.yml Normal file
View file

@ -0,0 +1,12 @@
when:
- event: push
steps:
- name: hello
image: alpine:3.20
commands:
- echo "Hello from $CI_REPO_NAME on Woodpecker"
- echo "Commit: $CI_COMMIT_SHA"
- echo "Author: $CI_COMMIT_AUTHOR"
- uname -a
- date -u

View file

@ -1,3 +1,10 @@
# hello-platform
First repo on the live platform — proves git + CI + OCI work end-to-end
First repo on the arcaptyp deployment server (Hetzner / dev.450labs.net).
This repo exists to verify the platform's git + CI + OCI registry chain
works end-to-end. Pushing anything to `main` should trigger the
`.woodpecker.yml` pipeline on the in-house Woodpecker instance and run
the `hello` step against `alpine:3.20`.
Provisioned 2026-05-18.