1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 17:04:39 +01:00
MadelineProto/.woodpecker/.deploy-docker.yml
2024-01-09 18:08:55 +01:00

28 lines
451 B
YAML

clone:
git:
when:
event:
- tag
image: woodpeckerci/plugin-git
settings:
depth: 1
lfs: false
recursive: false
tags: true
steps:
variants:
image: docker:cli
secrets: [docker_username, docker_password]
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- apk add bash
- tests/docker.sh deploy
when:
event:
- tag
depends_on:
- build