fix droneyml
This commit is contained in:
parent
d141a96ba8
commit
33de97a9bc
1 changed files with 1 additions and 2 deletions
|
@ -6,11 +6,10 @@ steps:
|
||||||
image: appleboy/drone-git-push
|
image: appleboy/drone-git-push
|
||||||
settings:
|
settings:
|
||||||
branch: master
|
branch: master
|
||||||
remote: git@github.com:mlunax/Dockerfiles.git
|
remote: ssh://git@github.com/mlunax/Dockerfiles.git
|
||||||
ssh_key:
|
ssh_key:
|
||||||
from_secret: ssh_key
|
from_secret: ssh_key
|
||||||
commit: false
|
commit: false
|
||||||
trigger:
|
trigger:
|
||||||
ref:
|
ref:
|
||||||
- refs/heads/master
|
- refs/heads/master
|
||||||
- refs/tags/*
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue