add readme
Some checks failed
ci/woodpecker/manual/build Pipeline failed
ci/woodpecker/manual/deploy unknown status

This commit is contained in:
2026-05-06 11:52:38 -03:00
parent 8bc82f170f
commit 487ea57579
3 changed files with 26 additions and 103 deletions

View File

@@ -16,6 +16,14 @@ labels:
depends_on:
- build
# deploy doesn't need the repo — it runs docker compose against a host-mounted
# dir. Skip the default clone to keep the UI clean.
clone:
- name: skip-clone
image: alpine
commands:
- ":"
steps:
- name: deploy
image: docker:24-cli