histoiredunpied/.drone.yml

47 lines
570 B
YAML
Raw Normal View History

2020-03-17 11:20:11 +01:00
---
kind: pipeline
2020-03-17 11:29:10 +01:00
type: docker
2020-03-17 11:20:11 +01:00
name: default
2020-03-17 11:29:10 +01:00
platform:
os: linux
arch: arm
2020-03-17 11:20:11 +01:00
steps:
- name: install
2020-03-17 11:29:10 +01:00
image: kosssi/hugo:0.0.1
commands:
- git submodule update --init
- (cd themes/hugo-theme-lowtech && npm i)
- npm run build
- docker version
when:
branch:
- master
event:
- push
- name: logs
image: node:12.16.1
commands:
- ls -alh themes
when:
event:
- cron
cron:
- nightly
---
kind: pipeline
type: exec
name: test
platform:
os: linux
arch: arm
steps:
- name: greeting
2020-03-17 11:20:11 +01:00
commands:
2020-03-17 11:29:10 +01:00
- echo hello world