website/.drone.yml
sthope adc4224a1d
Some checks failed
continuous-integration/drone/push Build is failing
Update '.drone.yml'
2021-09-02 02:45:50 +02:00

32 lines
763 B
YAML

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-notification:
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