20 lines
403 B
YAML
20 lines
403 B
YAML
---
|
|
kind: pipeline
|
|
name: mirror the github
|
|
steps:
|
|
- name: push to mirror
|
|
image: appleboy/drone-git-push
|
|
settings:
|
|
branch: master
|
|
remote: ssh://git@github.com/mlunax/Dockerfiles.git
|
|
ssh_key:
|
|
from_secret: ssh_key
|
|
commit: false
|
|
trigger:
|
|
ref:
|
|
- refs/heads/master
|
|
---
|
|
kind: signature
|
|
hmac: 8a7c19c1ddd425650aff5df19373e1cbb5f2efd871f79748a0a66aaf5b0b7c50
|
|
|
|
...
|