correct drone deploy dest path
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
vincent 2021-04-21 09:29:10 +02:00
parent e09edfaf10
commit 3f70024521

View File

@ -32,7 +32,7 @@ steps:
- name: build - name: build
image: python image: python
commands: commands:
- make install -e BUILDDIR=build - make install -e BUILDDIR=notebook
- name: deploy - name: deploy
image: appleboy/drone-scp image: appleboy/drone-scp
@ -45,8 +45,8 @@ steps:
overwrite: true overwrite: true
key: key:
from_secret: gitea_private_key from_secret: gitea_private_key
target: /usr/share/nginx/html/notebook target: /usr/share/nginx/html/
source: build source: notebook
trigger: trigger:
branch: branch: