mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 04:35:12 +01:00
Daniil Gentili
6571aa34b9
Some checks failed
ci/woodpecker/tag/build-73 Pipeline is pending
ci/woodpecker/tag/build-80 Pipeline is pending
ci/woodpecker/tag/build-81 Pipeline is pending
ci/woodpecker/tag/build-71 Pipeline failed
ci/woodpecker/tag/build-72 Pipeline failed
ci/woodpecker/tag/build-74 Pipeline was successful
ci/woodpecker/tag/deploy Pipeline was successful
32 lines
481 B
YAML
32 lines
481 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-71
|
|
- build-72
|
|
- build-73
|
|
- build-74
|
|
- build-80
|
|
- build-81 |