notebook/.drone.yml
vincent d59ceb5aae
Some checks failed
continuous-integration/drone/push Build is failing
add overwrite
2021-04-19 21:28:20 +02:00

28 lines
408 B
YAML

kind: pipeline
type: docker
name: deploy
steps:
- name: prepare
image: python
commands:
- make install -e BUILDDIR=build
- name: deploy
image: appleboy/drone-scp
settings:
host: www.ducamps.win
user: vincent
overwrite: true
key:
from_secret: gitea_private_key
target: /usr/share/nginx/notebook
source: build
trigger:
branch:
- master
event:
- push