Remove old drone config

This commit is contained in:
Ariejan de Vroom 2021-07-09 11:21:31 +02:00
parent 98f20cc78c
commit 24391903b3
Signed by: ariejan
GPG Key ID: AD739154F713697B

View File

@ -1,25 +0,0 @@
---
kind: pipeline
name: default
trigger:
branch:
- master
steps:
- name: build
image: ariejan/drone-hugo
settings:
hugo_version: 0.81.0
- name: deploy
image: drillster/drone-rsync
settings:
key:
from_secret: rsync_key
user: ariejan
hosts:
- 10.0.2.40
source: ./public/*
recursive: true
delete: true
target: /home/ariejan/www/devroom.io/