Mise à jour de '.drone.yml'
This commit is contained in:
parent
b568547fbc
commit
20d6b80845
14
.drone.yml
14
.drone.yml
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user