diff --git a/.drone.yml b/.drone.yml index 9adc1fd..dcc6be7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,5 +1,4 @@ kind: pipeline -type: docker name: default platform: os: linux @@ -7,13 +6,10 @@ platform: steps: - name: build - image: plugins/hugo - settings: - hugo_version: 0.69 - extended: true - validate: true - config: config.toml - content: content + commands: + - hugo + - docker build -t hugo-site:latest + - echo good! trigger: branch: