add readme
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user