This commit is contained in:
parent
0f8e7df964
commit
de51c0e005
@ -50,6 +50,10 @@ steps:
|
|||||||
volumes:
|
volumes:
|
||||||
- name: shared
|
- name: shared
|
||||||
path: /tmp/shared
|
path: /tmp/shared
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
include:
|
||||||
|
- tag
|
||||||
|
|
||||||
- name: testing
|
- name: testing
|
||||||
image: python:3.7-alpine
|
image: python:3.7-alpine
|
||||||
@ -73,6 +77,10 @@ steps:
|
|||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
include:
|
||||||
|
- tag
|
||||||
|
|
||||||
- name: discord
|
- name: discord
|
||||||
image: appleboy/drone-discord
|
image: appleboy/drone-discord
|
||||||
|
Loading…
x
Reference in New Issue
Block a user