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
|
||||
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user