From 251e913e6351334c4ee8362320d4b01652466444 Mon Sep 17 00:00:00 2001 From: sthope Date: Fri, 3 Sep 2021 23:29:21 +0200 Subject: [PATCH] initial commit --- .drone.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.drone.yml b/.drone.yml index fb41cb3..130002e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,6 +18,18 @@ steps: - bundle install - bundle exec jekyll build +# - name: ssh commands +# image: appleboy/drone-ssh +# settings: +# host: foo.com +# username: root +# port: 22 +# key: +# from_secret: ssh_key +# script: +# - cd ~/Documents/gitea/website +# - git pull + - name: discord pull: always image: appleboy/drone-discord