1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 07:34:41 +01:00
MadelineProto/.woodpecker/.deploy.yml
2023-01-15 11:38:18 +01:00

27 lines
420 B
YAML

clone:
git:
image: woodpeckerci/plugin-git:v1.5.0
when:
event: tag
settings:
depth: 1
lfs: false
recursive: false
tags: true
pipeline:
deploy:
image: 192.168.69.1:5000/php-ci:latest
when:
event: tag
secrets:
- GITHUB_TOKEN
- DEPLOY_KEY
environment:
- TAG=${CI_COMMIT_TAG}
commands:
- tests/deploy.sh
depends_on:
- build