diff --git a/drone/.drone.yml b/drone/.drone.yml index fca024a..44b0df0 100644 --- a/drone/.drone.yml +++ b/drone/.drone.yml @@ -34,3 +34,8 @@ steps: from_secret: SSH_PUBLIC commands: - bash drone/deliver.sh browser + + - name: dummy + image: ubuntu:latest + depends_on: + - "Web" \ No newline at end of file