From c44db9ca210799f3a7357612019991d09c4e3e4a Mon Sep 17 00:00:00 2001 From: Yigit Colakoglu Date: Tue, 13 Apr 2021 21:50:37 +0300 Subject: [PATCH] Drone --- .drone.yml | 27 ++++++++++----------------- 1 file changed, 10 insertions(+), 17 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6bafe50..01850af 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,18 +1,11 @@ -kind: pipeline -name: default - -platform: - os: linux - arch: amd64 - -steps: -- name: build - image: plugins/hugo - settings: +pipeline: + build: + image: cbrgm/drone-hugo:latest + validate: true url: https://fr1nge.xyz - validate: false -- name: deploy - image: drillster/drone-rsync - hosts: [ "rsync.yigitcolakoglu.com", "rsync" ] - source: public/* - target: /volume/fr1nge.xyz + + deploy: + image: drillster/drone-rsync + hosts: [ "rsync" ] + target: /volume/fr1nge.xyz + source: public/*