forked from em/receptty.org
Update drone config and bump Zola to 0.17.2
This commit is contained in:
parent
4ed10e5bc0
commit
e17c6a2b47
13
.drone.yml
13
.drone.yml
@ -1,16 +1,17 @@
|
|||||||
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: ghcr.io/getzola/zola:v0.16.1
|
image: ghcr.io/getzola/zola:v0.17.2
|
||||||
entrypoint: [ "/bin/zola" ]
|
entrypoint: ["/bin/zola"]
|
||||||
command: [ "build" ]
|
command: ["build"]
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: drillster/drone-rsync
|
image: drillster/drone-rsync
|
||||||
settings:
|
settings:
|
||||||
hosts: [ "0x45.cz" ]
|
hosts: ["0x45.cz"]
|
||||||
user: drone
|
user: drone
|
||||||
source: public/*
|
source: public/*
|
||||||
target: /srv/www/receptty.org
|
target: /srv/www/receptty.org
|
||||||
|
Loading…
Reference in New Issue
Block a user