initial commit

This commit is contained in:
Sthope 2021-09-04 14:46:02 +02:00
parent 6eaa63e641
commit bb7bc29974

View File

@ -1,7 +1,6 @@
pipeline: pipeline:
testing-jekyll: testing-jekyll:
image: jekyll/jekyll:latest image: jekyll/jekyll:latest
pull: true
commands: commands:
- touch Gemfile.lock - touch Gemfile.lock
- chmod a+w Gemfile.lock - chmod a+w Gemfile.lock
@ -29,7 +28,6 @@ pipeline:
discord: discord:
image: appleboy/drone-discord image: appleboy/drone-discord
pull: true
environment: environment:
DISCORD_WEBHOOK_ID: DISCORD_WEBHOOK_ID:
from_secret: discord_webhook_id from_secret: discord_webhook_id