first pipeline + readme
This commit is contained in:
parent
514f75a75b
commit
f68d1bd3f9
12
.woodpecker.yml
Normal file
12
.woodpecker.yml
Normal 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
|
||||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue