Mise à jour de '.drone.yml'
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
28bf4a0303
commit
fbe6a0854b
@ -13,7 +13,7 @@ trigger:
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: build mkdocs site
|
- name: build mkdocs site
|
||||||
image: plugins/docker
|
image: titom73/mkdocs
|
||||||
output: ./site
|
output: ./site
|
||||||
command: ["mkdocs build"]
|
command: ["mkdocs build"]
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ steps:
|
|||||||
port:
|
port:
|
||||||
from_secret: RSYNC_PORT
|
from_secret: RSYNC_PORT
|
||||||
user:
|
user:
|
||||||
from_secret: RSYNC_USER_STACK
|
from_secret: RSYNC_USER
|
||||||
key:
|
key:
|
||||||
from_secret: RSYNC_SSH_KEY_STACK
|
from_secret: RSYNC_SSH_KEY_STACK
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user