1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-02 17:17:48 +01:00
MadelineProto/.woodpecker/.deploy.yml

27 lines
413 B
YAML
Raw Normal View History

2022-06-04 17:50:05 +02:00
clone:
git:
image: woodpeckerci/plugin-git
2022-06-04 17:52:21 +02:00
when:
event: tag
2022-06-04 17:50:05 +02:00
settings:
depth: 1
lfs: false
recursive: false
2022-06-04 18:27:08 +02:00
tags: true
2022-06-04 17:50:05 +02:00
2022-06-04 17:40:03 +02:00
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