correct drone deploy dest path
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e09edfaf10
commit
3f70024521
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user