diff --git a/.drone.yml b/.drone.yml index 0f1cb96..9d9028a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,7 @@ kind: pipeline name: default +type: docker steps: - name: deploy @@ -35,8 +36,8 @@ trigger: --- kind: pipeline -type: exec # this job is executed on the host machine name: caddy-permissions +type: exec # this job is executed on the host machine depends_on: - default