1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-02 15:37:49 +01:00
MadelineProto/.woodpecker/.deploy.yml
2022-06-06 23:53:43 +02:00

27 lines
413 B
YAML

clone:
git:
image: woodpeckerci/plugin-git
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