This commit is contained in:
parent
ecb1f6e4d4
commit
4fc6c360e2
10
.drone.yml
10
.drone.yml
@ -5,11 +5,9 @@ steps:
|
||||
- name: ssh
|
||||
image: appleboy/drone-ssh
|
||||
settings:
|
||||
host:
|
||||
- homelab-blog.lan
|
||||
host: homelab-blog.lan
|
||||
username: root
|
||||
key:
|
||||
from_secret: ssh_key
|
||||
key_path: /root/.ssh/id_rsa
|
||||
port: 22
|
||||
command_timeout: 2m
|
||||
script:
|
||||
@ -19,6 +17,10 @@ steps:
|
||||
# - ln -s /home/hebron/hugo_resources/production resources
|
||||
- hugo --gc --minify -b https://blog.broillet.ch/
|
||||
|
||||
volumes:
|
||||
- name: ssh_key
|
||||
host:
|
||||
path: /root/.ssh/id_rsa
|
||||
|
||||
# - name: vps-deploy
|
||||
# commands:
|
||||
|
Loading…
Reference in New Issue
Block a user