refactor: sshpass is now part of the image
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
* and also a redundant whitespace removed
This commit is contained in:
parent
0f112e9522
commit
643926ab5e
@ -29,8 +29,6 @@ steps:
|
|||||||
OL_D:
|
OL_D:
|
||||||
from_secret: hugo_dir
|
from_secret: hugo_dir
|
||||||
commands:
|
commands:
|
||||||
- apk update
|
|
||||||
- apk add sshpass --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing
|
|
||||||
- echo $OL_P > nupass
|
- echo $OL_P > nupass
|
||||||
- export RSYNC_RSH='sshpass -f ./nupass ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null'
|
- export RSYNC_RSH='sshpass -f ./nupass ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null'
|
||||||
- rsync -av --delete --chown $OL public/ $OL@dotya.ml:$OL_D
|
- rsync -av --delete --chown $OL public/ $OL@dotya.ml:$OL_D
|
||||||
@ -67,7 +65,7 @@ steps:
|
|||||||
image: appleboy/drone-discord:latest
|
image: appleboy/drone-discord:latest
|
||||||
settings:
|
settings:
|
||||||
message: >
|
message: >
|
||||||
{{#success build.status}}
|
{{#success build.status}}
|
||||||
✅ [Build #{{build.number}}]({{build.link}}) of `{{repo.name}}` has been successfully deployed.
|
✅ [Build #{{build.number}}]({{build.link}}) of `{{repo.name}}` has been successfully deployed.
|
||||||
event: **`{{build.event}}`**
|
event: **`{{build.event}}`**
|
||||||
commit [`${DRONE_COMMIT_SHA:0:7}`](https://git.dotya.ml/${DRONE_REPO}/commit/${DRONE_COMMIT_SHA}) by {{commit.author}} on `{{commit.branch}}`
|
commit [`${DRONE_COMMIT_SHA:0:7}`](https://git.dotya.ml/${DRONE_REPO}/commit/${DRONE_COMMIT_SHA}) by {{commit.author}} on `{{commit.branch}}`
|
||||||
|
Loading…
Reference in New Issue
Block a user