add drone.yml

This commit is contained in:
Luna 2021-02-26 21:42:34 +01:00
parent 09c919ba92
commit d141a96ba8
No known key found for this signature in database
GPG key ID: DE9E9D23CD19A149

16
.drone.yml Normal file
View 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/*