change server to deploy staticly
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5bbecaa3f5
commit
c71ba180df
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user