maj drone.yml
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is failing

This commit is contained in:
Grégory Lebreton 2024-01-09 12:28:25 +01:00
parent 49227b5488
commit e9890d9558

View File

@ -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