initial commit

This commit is contained in:
Sthope 2021-09-04 14:44:33 +02:00
parent 1fa93b9259
commit 2b543aa802

View File

@ -1,5 +1,4 @@
pipeline: pipeline:
name: Sthope
testing-jekyll: testing-jekyll:
image: jekyll/jekyll:latest image: jekyll/jekyll:latest
@ -13,48 +12,46 @@ pipeline:
- bundle install - bundle install
- bundle exec jekyll build - bundle exec jekyll build
ssh-cmnd:
image: appleboy/drone-ssh
settings:
host:
from_secret: homelab_host
username:
from_secret: homelab_user
key:
from_secret: homelab_pwd
port: 22
script:
- bash ~/scripts/sthopedevupdate
when:
status:
- success
discord:
# - name: ssh commands pull: always
# image: appleboy/drone-ssh image: appleboy/drone-discord
# settings: avatar_url: "https://git.sthope.dev/sthope/drone_test/raw/branch/master/rick.png"
# host: environment:
# from_secret: homelab_host DISCORD_WEBHOOK_ID:
# username: from_secret: discord_webhook_id
# from_secret: homelab_user DISCORD_WEBHOOK_TOKEN:
# key: from_secret: discord_webhook_token
# from_secret: homelab_pwd settings:
# port: 22 message: >
# script: {{#success build.status}}
# - bash ~/scripts/sthopedevupdate ✅ Build #{{build.number}} of `{{repo.name}}` succeeded.
# when:
# status: 📝 Commit by {{commit.author}} on `{{commit.branch}}`:
# - success ```
{{commit.message}}
# - name: discord ```
# pull: always 🌐 <{{ build.link }}>
# image: appleboy/drone-discord {{else}}
# avatar_url: "https://git.sthope.dev/sthope/drone_test/raw/branch/master/rick.png" ❌ Build #{{build.number}} of `{{repo.name}}` failed.
# environment: 📝 Commit by {{commit.author}} on `{{commit.branch}}`:
# DISCORD_WEBHOOK_ID: ```
# from_secret: discord_webhook_id {{commit.message}}
# DISCORD_WEBHOOK_TOKEN: ```
# from_secret: discord_webhook_token 🌐 <{{ build.link }}>
# settings: {{/success}}
# message: >
# {{#success build.status}}
# ✅ Build #{{build.number}} of `{{repo.name}}` succeeded.
# 📝 Commit by {{commit.author}} on `{{commit.branch}}`:
# ```
# {{commit.message}}
# ```
# 🌐 <{{ build.link }}>
# {{else}}
# ❌ Build #{{build.number}} of `{{repo.name}}` failed.
# 📝 Commit by {{commit.author}} on `{{commit.branch}}`:
# ```
# {{commit.message}}
# ```
# 🌐 <{{ build.link }}>
# {{/success}}