fix SSH_KEY
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
greglebreton 2023-01-05 00:23:19 +01:00
parent 6351563925
commit 248b16d8c4

View File

@ -19,7 +19,7 @@ steps:
- name: site - name: site
path: /drone/src/docs path: /drone/src/docs
commands: commands:
- pip install -U -r ./requirements.txt # - pip install -U -r ./requirements.txt
- cd doc && mkdocs build - cd doc && mkdocs build
# image: squidfunk/mkdocs-material:7.1.9 # image: squidfunk/mkdocs-material:7.1.9
@ -61,7 +61,7 @@ steps:
user: user:
from_secret: RSYNC_USER from_secret: RSYNC_USER
key: key:
from_secret: RSYNC_STACK_KEY_ from_secret: RSYNC_STACK_KEY
- name: notification - name: notification
image: appleboy/drone-telegram image: appleboy/drone-telegram