mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-30 06:18:58 +01:00
Compare commits
2 Commits
4f56f5f2a0
...
ca932a4658
Author | SHA1 | Date | |
---|---|---|---|
ca932a4658 | |||
e619741623 |
@ -7,11 +7,18 @@ matrix:
|
||||
- "7.2"
|
||||
- "7.1"
|
||||
|
||||
clone:
|
||||
git:
|
||||
image: woodpeckerci/plugin-git
|
||||
settings:
|
||||
depth: 1
|
||||
lfs: false
|
||||
recursive: false
|
||||
|
||||
pipeline:
|
||||
build:
|
||||
image: 192.168.69.1:5000/php-ci:latest
|
||||
when:
|
||||
branch: stable
|
||||
event: tag
|
||||
secrets:
|
||||
- GITHUB_TOKEN
|
||||
|
@ -1,8 +1,16 @@
|
||||
|
||||
clone:
|
||||
git:
|
||||
image: woodpeckerci/plugin-git
|
||||
settings:
|
||||
depth: 1
|
||||
lfs: false
|
||||
recursive: false
|
||||
|
||||
pipeline:
|
||||
deploy:
|
||||
image: 192.168.69.1:5000/php-ci:latest
|
||||
when:
|
||||
branch: stable
|
||||
event: tag
|
||||
secrets:
|
||||
- GITHUB_TOKEN
|
||||
|
Loading…
Reference in New Issue
Block a user