diff --git a/.drone.yml b/.drone.yml index ade7103..b891778 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,3 +1,12 @@ +kind: pipeline +name: hugo +type: docker +platform: + os: linux + arch: arm64 + +steps: + - name: submodules image: alpine/git commands: @@ -26,7 +35,8 @@ from_secret: REGISTRY_USER password: from_secret: REGISTRY_PASSWORD - tags: latest + tags: + - latest trigger: branch: