trying some other shit
continuous-integration/drone/push Build is passing Details

pull/1/head
Evan Hemsley 2020-07-12 01:20:37 -07:00
parent eefae74a96
commit 1bc26bb10f
1 changed files with 16 additions and 16 deletions

View File

@ -2,21 +2,21 @@ kind: pipeline
type: docker type: docker
name: default name: default
pipeline: step:
clone: - name: submodules
image: alpine/git image: alpine/git
commands: commands:
- git submodule update --recursive --init - git submodule update --recursive --init
build: - name: build
image: cbrgm/drone-hugo:latest image: cbrgm/drone-hugo:latest
validate: true validate: true
url: http://moonside.games/docs/encompass url: http://moonside.games/docs/encompass
deploy: - name: deploy
image: drillster/drone-rsync image: drillster/drone-rsync
hosts: [ "moonside.games" ] hosts: [ "moonside.games" ]
target: /var/www/docs/encompass target: /var/www/docs/encompass
source: public/* source: public/*
user: hugo user: hugo
secrets: [ rsync_key ] secrets: [ rsync_key ]