Update '.drone.yml'
This commit is contained in:
parent
90b6fa0157
commit
921662b35d
53
.drone.yml
53
.drone.yml
@ -1,25 +1,30 @@
|
||||
steps:
|
||||
- name: build
|
||||
image: golang
|
||||
commands:
|
||||
- go build
|
||||
- go test
|
||||
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
|
||||
|
||||
# - name: discord notification
|
||||
# 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
|
||||
- name: discord notification
|
||||
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
|
Loading…
x
Reference in New Issue
Block a user