Update drone config and bump Zola to 0.17.2
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4ed10e5bc0
commit
e17c6a2b47
33
.drone.yml
33
.drone.yml
@ -1,21 +1,22 @@
|
||||
---
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: ghcr.io/getzola/zola:v0.16.1
|
||||
entrypoint: [ "/bin/zola" ]
|
||||
command: [ "build" ]
|
||||
- name: build
|
||||
image: ghcr.io/getzola/zola:v0.17.2
|
||||
entrypoint: ["/bin/zola"]
|
||||
command: ["build"]
|
||||
|
||||
- name: deploy
|
||||
image: drillster/drone-rsync
|
||||
settings:
|
||||
hosts: [ "0x45.cz" ]
|
||||
user: drone
|
||||
source: public/*
|
||||
target: /srv/www/receptty.org
|
||||
recursive: true
|
||||
delete: true
|
||||
environment:
|
||||
RSYNC_KEY:
|
||||
from_secret: rsync_private_key
|
||||
- name: deploy
|
||||
image: drillster/drone-rsync
|
||||
settings:
|
||||
hosts: ["0x45.cz"]
|
||||
user: drone
|
||||
source: public/*
|
||||
target: /srv/www/receptty.org
|
||||
recursive: true
|
||||
delete: true
|
||||
environment:
|
||||
RSYNC_KEY:
|
||||
from_secret: rsync_private_key
|
||||
|
Loading…
Reference in New Issue
Block a user