histoiredunpied/.drone.yml

45 lines
834 B
YAML
Raw Normal View History

2020-03-21 09:25:13 +01:00
---
kind: secret
name: REGISTRY_PASSWORD
data: KfwWUQN54AA9BJakPJPagNNAS60amR1Iknerx0jESiupz+W+zn7EoEo4WMmXJVu043AxPcCbGlFN+KTmt8eyAOyXqWK3zMUoBXHYaPQa
---
kind: secret
name: REGISTRY_USER
data: DbrlPJuIlZPS9A/GYlSP0Og/SFJY8flEgEFrebtCa/AnOg==
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-24 10:50:07 +01:00
image: registry.lamelio.fr/kosssi/hugo
2020-03-17 11:29:10 +01:00
commands:
- git submodule update --init
- (cd themes/hugo-theme-lowtech && npm i)
- npm run build
when:
branch:
- master
event:
- push
2020-03-21 09:25:13 +01:00
- name: docker
image: plugins/docker
settings:
username:
from_secret: REGISTRY_USER
password:
from_secret: REGISTRY_PASSWORD
repo: registry.lamelio.fr/kosssi/histoiredunpied
registry: registry.lamelio.fr
auto_tag: true
tags:
- latest