don't trigger every time
This commit is contained in:
parent
2cb899d79c
commit
affebedaf1
10
.drone.yml
10
.drone.yml
@ -39,6 +39,11 @@ steps:
|
||||
password:
|
||||
from_secret: docker_password
|
||||
tags: testing
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
event:
|
||||
- push
|
||||
|
||||
- name: deploy-stable
|
||||
image: debian
|
||||
@ -63,6 +68,11 @@ steps:
|
||||
password:
|
||||
from_secret: docker_password
|
||||
tags: latest
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
event:
|
||||
- tag
|
||||
|
||||
|
||||
volumes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user