diff --git a/drone/.drone.yml b/drone/.drone.yml index b9bf09c..5a30923 100644 --- a/drone/.drone.yml +++ b/drone/.drone.yml @@ -32,3 +32,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