Daniel Spittank
65bb70ff61
All checks were successful
ci/woodpecker/push/default Pipeline was successful
22 lines
460 B
YAML
22 lines
460 B
YAML
pipeline:
|
|
|
|
build:
|
|
image: ghcr.io/narolinus/mkdocs-material-insiders
|
|
commands:
|
|
# - pip install -U -r ./requirements.txt
|
|
- mkdocs build
|
|
- chmod -R 700 site
|
|
|
|
deploy:
|
|
image: drillster/drone-rsync
|
|
settings:
|
|
hosts: [ "sn42.de" ]
|
|
port: 6666
|
|
delete: true
|
|
recursive: true
|
|
user:
|
|
from_secret: deploy_ssh_user
|
|
key:
|
|
from_secret: deploy_ssh_key
|
|
source: site/
|
|
target: htdocs
|