drone update

This commit is contained in:
peter
2019-08-19 16:43:52 +02:00
parent 93efecd682
commit 4a5b4160a0
+6
View File
@@ -36,6 +36,9 @@ steps:
image: alpine
commands:
- echo ${DRONE_BUILD_CREATED}
when:
event:
- tag
- name: deploy static files
image: node:12
@@ -65,6 +68,9 @@ steps:
insecure: true
repo: registry.frontblock.me/vendor/dashboard
tags: ${DRONE_BUILD_CREATED}
when:
event:
- tag
- name: release container
image: plugins/docker