1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 09:34:38 +01:00
MadelineProto/.woodpecker/.deploy-docker.yml

29 lines
483 B
YAML
Raw Normal View History

2023-05-30 21:31:59 +02:00
platform: linux/arm64
clone:
git:
when:
event:
- tag
image: woodpeckerci/plugin-git:v1.5.0
settings:
depth: 1
lfs: false
recursive: false
tags: true
pipeline:
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