mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 22:14:39 +01:00
29 lines
483 B
YAML
29 lines
483 B
YAML
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 |