mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 12:35:16 +01:00
16 lines
270 B
YAML
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 |