Hopefully added functional deploy pipeline
continuous-integration/drone the build failed
Details
continuous-integration/drone the build failed
Details
parent
9c2ba91b55
commit
89fb1dc15c
|
@ -10,4 +10,7 @@ pipeline:
|
|||
image: alpine:3
|
||||
commands:
|
||||
- apk update
|
||||
- apk add --no-cache rsync
|
||||
- apk add --no-cache rsync openssh-client
|
||||
- eval $(ssh-agent)
|
||||
- echo "$DEPLOY_KEY" | ssh-add -
|
||||
- rsync -e "ssh -p $DEPLOY_PORT" public -az --delete "$DEPLOY_DEST"
|
||||
|
|
Reference in New Issue