initial commit
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Sthope 2021-09-09 13:38:17 +02:00
parent fc8c533c26
commit f6b56015c1

View File

@ -7,7 +7,6 @@ clone:
steps: steps:
- name: testing - name: testing
# pull: always
image: jekyll/jekyll:latest image: jekyll/jekyll:latest
commands: commands:
- touch Gemfile.lock - touch Gemfile.lock
@ -21,8 +20,7 @@ steps:
- name: deploying - name: deploying
image: appleboy/drone-ssh image: appleboy/drone-ssh
settings: settings:
host: host: openssh-server
from_secret: homelab_host
username: username:
from_secret: homelab_user from_secret: homelab_user
key: key:
@ -35,9 +33,7 @@ steps:
status: status:
- success - success
# - name: discord # - name: discord
# pull: always
# image: appleboy/drone-discord # image: appleboy/drone-discord
# avatar_url: "https://git.sthope.dev/sthope/drone_test/raw/branch/master/rick.png" # avatar_url: "https://git.sthope.dev/sthope/drone_test/raw/branch/master/rick.png"
# environment: # environment:
@ -64,7 +60,6 @@ steps:
# 🌐 <{{ build.link }}> # 🌐 <{{ build.link }}>
# {{/success}} # {{/success}}
# # when: # # when:
# # event: # # event:
# # - push # # - push