diff --git a/.drone.yml b/.drone.yml index f35d013..883bfd6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,19 +6,15 @@ name: default steps: - name: build - image: plugins/hugo - settings: &build-settings - extended: yes - validate: yes + image: klakegg/hugo:ci when: branch: - live - name: build-staging - image: plugins/hugo - settings: - <<: *build-settings - url: https://staging.www.iger.events/ + image: klakegg/hugo:ci + commands: + - hugo --baseURL="https://staging.www.iger.events/" when: branch: exclude: