diff --git a/.drone.yml b/.drone.yml index 61e622d..623284d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -36,9 +36,6 @@ steps: image: alpine commands: - echo ${DRONE_BUILD_CREATED} - when: - event: - - tag - name: deploy static files image: node:12 @@ -68,9 +65,6 @@ steps: insecure: true repo: registry.frontblock.me/vendor/dashboard tags: ${DRONE_BUILD_CREATED} - when: - event: - - tag - name: release container image: plugins/docker