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
|
- name: deploy
|
||||||
image: drillster/drone-rsync
|
image: drillster/drone-rsync
|
||||||
settings:
|
settings:
|
||||||
hosts: ["192.168.1.101"]
|
hosts: ["192.168.1.100"]
|
||||||
target: /home/gregan/workspace/mkdocs/doc
|
target: /var/www/html/mkdocs
|
||||||
source: doc/*
|
source: doc/*
|
||||||
port:
|
port:
|
||||||
from_secret: RSYNC_PORT
|
from_secret: RSYNC_PORT
|
||||||
user:
|
user:
|
||||||
from_secret: RSYNC_USER
|
from_secret: RSYNC_USER
|
||||||
key:
|
key:
|
||||||
from_secret: RSYNC_STACK_KEY
|
from_secret: RSYNC_SSH_KEY
|
||||||
|
|
||||||
- name: notification
|
- name: notification
|
||||||
image: appleboy/drone-telegram
|
image: appleboy/drone-telegram
|
||||||
|
Loading…
x
Reference in New Issue
Block a user