fix SSH_KEY

master
greglebreton 2 years ago
parent 248b16d8c4
commit 9a61802362
  1. 3
      .drone.yml

@ -21,6 +21,7 @@ steps:
commands: commands:
# - pip install -U -r ./requirements.txt # - pip install -U -r ./requirements.txt
- cd doc && mkdocs build - cd doc && mkdocs build
- ls -la
# image: squidfunk/mkdocs-material:7.1.9 # image: squidfunk/mkdocs-material:7.1.9
# volumes: # volumes:
@ -55,7 +56,7 @@ steps:
settings: settings:
hosts: ["192.168.1.101"] hosts: ["192.168.1.101"]
target: /home/gregan/workspace/mkdocs/doc target: /home/gregan/workspace/mkdocs/doc
source: site/* source: doc/*
port: port:
from_secret: RSYNC_PORT from_secret: RSYNC_PORT
user: user:

Loading…
Cancel
Save