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
name: default
type: docker
platform:
os: linux
arch: arm64
steps:
- name: build
commands:
- hugo
- docker build -t hugo-site:latest
- echo good!
pipeline:
build:
image: docker
commands:
- docker build -t hugo:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
trigger:
branch: