trying some other shit
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
eefae74a96
commit
1bc26bb10f
32
.drone.yml
32
.drone.yml
|
@ -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 ]
|
||||||
|
|
Loading…
Reference in New Issue