update drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Mathieu Broillet 2023-06-11 12:20:43 +02:00
parent 0cac50609d
commit b748f3aaff
Signed by: mathieu
GPG Key ID: A08E484FE95074C1

View File

@ -3,14 +3,15 @@ type: docker
name: default
steps:
- name: initialize
- name: build
image: appleboy/drone-ssh
settings:
host:
- homelab-blog.lan
- 192.168.10.119
username: root
password:
from_secret: password
from_secret: ssh_password
port: 22
command_timeout: 1m
script:
@ -18,18 +19,8 @@ steps:
- git submodule update --init
- hugo version
# - ln -s /home/hebron/hugo_resources/production resources
- name: build
image: appleboy/drone-ssh
settings:
host:
- homelab-blog.lan
username: root
password:
from_secret: password
port: 22
command_timeout: 1m
script:
- hugo --gc --minify -b https://blog.broillet.ch/
# - name: vps-deploy
# commands:
# - rsync -ah --stats public/ cirrus:/var/www/html/blog/${DRONE_COMMIT_SHA:0:8}