This commit is contained in:
parent
b185fe4442
commit
35ff97c847
@ -52,8 +52,9 @@ pipeline:
|
|||||||
#- ls -alh
|
#- ls -alh
|
||||||
#- ls -alh output/
|
#- ls -alh output/
|
||||||
#- ls -alh gluon/output/
|
#- ls -alh gluon/output/
|
||||||
- touch ${BRANCH}.test
|
- mkdir test
|
||||||
- echo "hallo" > ${BRANCH}.test
|
- touch test/${BRANCH}.test
|
||||||
|
- echo "hallo" > test/${BRANCH}.test
|
||||||
|
|
||||||
upload:
|
upload:
|
||||||
image: appleboy/drone-scp
|
image: appleboy/drone-scp
|
||||||
@ -63,8 +64,8 @@ pipeline:
|
|||||||
key:
|
key:
|
||||||
from_secret: ssh-key
|
from_secret: ssh-key
|
||||||
strip_components: 6
|
strip_components: 6
|
||||||
target: test/testdatei.testtest
|
target: test/
|
||||||
source: ${BRANCH}.test
|
source: test/*
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
TARGET:
|
TARGET:
|
||||||
|
Loading…
Reference in New Issue
Block a user