feat: Update drone image
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Simon 2020-03-17 11:29:10 +01:00
parent df98d9106f
commit 8fda48c2d3
3 changed files with 44 additions and 6 deletions

View File

@ -1,9 +1,46 @@
---
kind: pipeline
type: docker
name: default
platform:
os: linux
arch: arm
steps:
- name: install
image: node
image: kosssi/hugo:0.0.1
commands:
- npm install
- 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
commands:
- echo hello world

View File

@ -1,6 +1,7 @@
TIMEZONE=Europe/Paris
NAME=histoiredunpied
URL=histoiredunpied.com
MATOMO_URL=https://matomo.fr
MATOMO_IDSITE=1
MATOMO_TOKEN_AUTH=
IMAGE=kosssi/nginx-lowtech:0.0.2
HUGO_VERSION=0.67.1
LOG_PATH=/var/log/nginx/access.log

@ -1 +1 @@
Subproject commit 5c3965e4c27002e7390b27d8eb784536bc7cac52
Subproject commit d911a2e9a6b2985f0b43e85aa4bf011a3962eb55