This commit is contained in:
parent
fd8c05d670
commit
0212098e2d
34
.drone.yml
34
.drone.yml
@ -6,7 +6,7 @@ clone:
|
|||||||
disable: false
|
disable: false
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: testing-jekyll
|
- name: testing
|
||||||
pull: always
|
pull: always
|
||||||
image: jekyll/jekyll:latest
|
image: jekyll/jekyll:latest
|
||||||
commands:
|
commands:
|
||||||
@ -18,23 +18,23 @@ steps:
|
|||||||
- bundle install
|
- bundle install
|
||||||
- bundle exec jekyll build
|
- bundle exec jekyll build
|
||||||
|
|
||||||
- name: ssh commands
|
# - name: ssh commands
|
||||||
image: appleboy/drone-ssh
|
# image: appleboy/drone-ssh
|
||||||
settings:
|
# settings:
|
||||||
host:
|
# host:
|
||||||
from_secret: homelab_host
|
# from_secret: homelab_host
|
||||||
username:
|
# username:
|
||||||
from_secret: homelab_user
|
# from_secret: homelab_user
|
||||||
key:
|
# key:
|
||||||
from_secret: homelab_pwd
|
# from_secret: homelab_pwd
|
||||||
port: 22
|
# port: 22
|
||||||
script:
|
# script:
|
||||||
- bash ~/scripts/sthopedevupdate
|
# - bash ~/scripts/sthopedevupdate
|
||||||
when:
|
# when:
|
||||||
status:
|
# status:
|
||||||
- success
|
# - success
|
||||||
|
|
||||||
- name: website
|
- name: running
|
||||||
image: jekyll/jekyll:latest
|
image: jekyll/jekyll:latest
|
||||||
settings:
|
settings:
|
||||||
TZ: Europe/Amsterdam
|
TZ: Europe/Amsterdam
|
||||||
|
Loading…
x
Reference in New Issue
Block a user