Mise à jour de '.drone.yml'

This commit is contained in:
gregandev 2022-12-19 11:53:08 +01:00
parent b568547fbc
commit 20d6b80845

View File

@ -1,15 +1,17 @@
kind: pipeline kind: pipeline
name: default name: default
type: docker
platform: platform:
os: linux os: linux
arch: arm64 arch: arm64
steps: pipeline:
- name: build build:
commands: image: docker
- hugo commands:
- docker build -t hugo-site:latest - docker build -t hugo:latest
- echo good! volumes:
- /var/run/docker.sock:/var/run/docker.sock
trigger: trigger:
branch: branch: