From 7316355f68f5dbf610e0c722159167ea7914a9e6 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 19 Oct 2020 05:03:35 +0200 Subject: [PATCH] Re-generate website on push to main. --- .drone.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.drone.yml b/.drone.yml index 6d99ed7..2f518ab 100644 --- a/.drone.yml +++ b/.drone.yml @@ -41,3 +41,17 @@ steps: from_secret: email_password when: status: [ changed, failure ] + +--- +kind: pipeline +type: exec +name: default + +platform: + os: linux + arch: amd64 + +steps: +- name: greeting + commands: + - echo hello world