1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-30 11:18:59 +01:00
MadelineProto/.woodpecker/.deploy.yml

27 lines
420 B
YAML
Raw Normal View History

2022-06-04 17:50:05 +02:00
clone:
git:
image: woodpeckerci/plugin-git:v1.5.0
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