From 5ca020fc6533f5e137877309cd51a2421ce591f9 Mon Sep 17 00:00:00 2001 From: kawaiipunk Date: Tue, 28 Apr 2020 12:43:12 +0100 Subject: [PATCH] Revert "Added drone.yml" This reverts commit 5ecbbe8fdeaabd8979fb001d3c1b354adb6edb3b. --- .drone.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index 8b21bb9..0000000 --- a/.drone.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -kind: pipeline -name: default -steps: - - name: Deploy wiki with Dokku - image: appleboy/drone-git-push:0.2.0-linux-amd64 - settings: - remote: ssh://dokku@dokku.autonomic.zone:222/kawaiipunk.xyz - ssh_key: - from_secret: drone_deploy_key -trigger: - branch: - - master - -