add drone.yml
This commit is contained in:
parent
09c919ba92
commit
d141a96ba8
1 changed files with 16 additions and 0 deletions
16
.drone.yml
Normal file
16
.drone.yml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
---
|
||||||
|
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/*
|
Loading…
Add table
Reference in a new issue