feat: Update drone image
This commit is contained in:
		
							
								
								
									
										41
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										41
									
								
								.drone.yml
									
									
									
									
									
								
							@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
 Submodule themes/hugo-theme-lowtech updated: 5c3965e4c2...d911a2e9a6
									
								
							
		Reference in New Issue
	
	Block a user