maj drone.yml
This commit is contained in:
parent
49227b5488
commit
e9890d9558
@ -31,14 +31,14 @@ steps:
|
||||
- name: site
|
||||
path: /drone/src/docs
|
||||
commands:
|
||||
- pip install -r requirements.txt && mkdocs build && ls -la
|
||||
- pip install -r requirements.txt && mkdocs build && ls -la public && echo $RSYNC_HOST_KEY
|
||||
|
||||
# PUSH FILES TO SERVER
|
||||
- name: deploy files on server
|
||||
image: drillster/drone-rsync
|
||||
settings:
|
||||
hosts: ["92.243.16.7"]
|
||||
target: /var/www/html/mkdoc/site/
|
||||
target: /var/www/html/mkdoc/site
|
||||
source: public/*
|
||||
# port:
|
||||
# from_secret: RSYNC_SSH_PORT
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user