16 lines
319 B
YAML
16 lines
319 B
YAML
---
|
|
kind: pipeline
|
|
name: mirror the github
|
|
steps:
|
|
- name: push to mirror
|
|
image: appleboy/drone-git-push
|
|
settings:
|
|
branch: master
|
|
remote: git@github.com:mlunax/Dockerfiles.git
|
|
ssh_key:
|
|
from_secret: ssh_key
|
|
commit: false
|
|
trigger:
|
|
ref:
|
|
- refs/heads/master
|
|
- refs/tags/*
|