This commit is contained in:
parent
ead56a08b1
commit
407ec818ba
11
.drone.yml
11
.drone.yml
@ -1,12 +1,21 @@
|
|||||||
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: check
|
name: check
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: arm64
|
||||||
|
|
||||||
|
workspace:
|
||||||
|
base: /srv/jekyll
|
||||||
|
path: src
|
||||||
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: jekyll
|
- name: jekyll
|
||||||
image: jekyll/jekyll:latest
|
image: jekyll/jekyll:latest
|
||||||
|
|
||||||
|
|
||||||
- name: discord notification
|
- name: discord notification
|
||||||
image: appleboy/drone-discord
|
image: appleboy/drone-discord
|
||||||
settings:
|
settings:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user