1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 12:35:16 +01:00
MadelineProto/.woodpecker/.deploy.yml
Daniil Gentili 4f56f5f2a0
Some checks failed
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/deploy unknown status
ci/woodpecker/tag/build Pipeline failed
ci/woodpecker/tag/deploy unknown status
Switch to woodpecker CI
2022-06-04 17:40:03 +02:00

16 lines
270 B
YAML

pipeline:
deploy:
image: 192.168.69.1:5000/php-ci:latest
when:
branch: stable
event: tag
secrets:
- GITHUB_TOKEN
- DEPLOY_KEY
environment:
- TAG=${CI_COMMIT_TAG}
commands:
- tests/deploy.sh
depends_on:
- build