diff --git a/.drone.yml b/.drone.yml index 1d551a6..93b2c37 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,9 +1,9 @@ --- kind: pipeline -type: docker +type: exec name: Build in Hugo steps: - name: Build image: klakegg/hugo:0.104.3 commands: - - hugo + - podman build --rm --tag homepage:latest .