1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-22 21:51:34 +01:00
Daniil Gentili 5441c38d6b Revert "Improve build"
This reverts commit ca34d527d691f08e6297dac77bca907e2d8eff54.
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