1
0

Path correction
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Jens True 2021-11-01 09:25:35 +00:00
parent 104111fb0b
commit 10046a9d6c

@ -33,6 +33,23 @@ steps:
source:
- .pio\build\max7456board\firmware.hex
- docs/**
target: /apps/http/share.jcktrue.dk/${DRONE_REPO_NAME}/dev
target:
- /home/jct/apps/http/share.jcktrue.dk/${DRONE_REPO_NAME}/dev
rm: true
- name: release
image: appleboy/drone-scp
settings:
host: jcktrue.dk
username:
from_secret: DRONE_USERNAME_SCP
password:
from_secret: DRONE_PASSWORD_SCP
source:
- .pio\build\max7456board\firmware.hex
- docs/**
target:
- /home/jct/apps/http/share.jcktrue.dk/${DRONE_REPO_NAME}/${DRONE_SEMVER}
rm: true
when:
event:
- tag