22 lines
375 B
YAML
22 lines
375 B
YAML
|
---
|
||
|
platform: linux/arm64
|
||
|
|
||
|
workspace:
|
||
|
base: /build
|
||
|
|
||
|
clone:
|
||
|
git:
|
||
|
image: woodpeckerci/plugin-git
|
||
|
|
||
|
pipeline:
|
||
|
upload-version:
|
||
|
image: appleboy/drone-scp
|
||
|
settings:
|
||
|
host: 46.4.138.183
|
||
|
user: fwupload
|
||
|
key:
|
||
|
from_secret: ssh-key
|
||
|
target: /srv/fwuploads-tmp/bin/
|
||
|
source: release_state.json
|
||
|
when:
|
||
|
path: "release_state.json"
|