diff --git a/.drone.yml b/.drone.yml index c77cec5..11485bf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,5 +1,4 @@ pipeline: - branches: develop hugo: image: cbrgm/drone-hugo:latest buildDrafts: true @@ -7,3 +6,4 @@ pipeline: buildExpired: true validate: true url: https://staging.vbrandl.net +branches: develop