From 5b91d85c62f0b8b79dc7e25e807690da88f8d80f Mon Sep 17 00:00:00 2001 From: sthope Date: Thu, 2 Sep 2021 03:18:56 +0200 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 33 ++------------------------------- 1 file changed, 2 insertions(+), 31 deletions(-) diff --git a/.drone.yml b/.drone.yml index 481ec18..8339b50 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,9 @@ type: docker name: default steps: + - name: jekyll + pull: always image: jekyll/jekyll:latest commands: - touch Gemfile.lock @@ -34,35 +36,4 @@ steps: - failure - success -# pipeline: -# jekyll-build: -# image: jekyll/jekyll:latest -# commands: -# - touch Gemfile.lock -# - chmod a+w Gemfile.lock -# - chown -R jekyll:jekyll /drone -# - gem update --system -# - gem install bundler -# - bundle install -# - bundle exec jekyll build - -# discord: -# name: discord -# image: appleboy/drone-discord -# settings: -# webhook_id: -# from_secret: discord_webhook_id -# webhook_token: -# from_secret: discord_webhook_token -# avatar_url: https://git.sthope.dev/sthope/drone_test/raw/branch/master/rick.png -# when: -# event: -# - push -# - tag -# - pull_request -# - deployment -# status: -# - changed -# - failure -# - success \ No newline at end of file