change server to deploy staticly
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
greglebreton 2023-01-07 20:44:37 +01:00
parent 5bbecaa3f5
commit c71ba180df

View File

@ -25,15 +25,15 @@ steps:
- name: deploy
image: drillster/drone-rsync
settings:
hosts: ["192.168.1.101"]
target: /home/gregan/workspace/mkdocs/doc
hosts: ["192.168.1.100"]
target: /var/www/html/mkdocs
source: doc/*
port:
from_secret: RSYNC_PORT
user:
from_secret: RSYNC_USER
key:
from_secret: RSYNC_STACK_KEY
from_secret: RSYNC_SSH_KEY
- name: notification
image: appleboy/drone-telegram