Forgot to add cicd secrets :\
continuous-integration/drone the build failed
Details
continuous-integration/drone the build failed
Details
parent
89fb1dc15c
commit
8047c491ad
|
@ -14,3 +14,4 @@ pipeline:
|
||||||
- eval $(ssh-agent)
|
- eval $(ssh-agent)
|
||||||
- echo "$DEPLOY_KEY" | ssh-add -
|
- echo "$DEPLOY_KEY" | ssh-add -
|
||||||
- rsync -e "ssh -p $DEPLOY_PORT" public -az --delete "$DEPLOY_DEST"
|
- rsync -e "ssh -p $DEPLOY_PORT" public -az --delete "$DEPLOY_DEST"
|
||||||
|
secrets: [ deploy_key, deploy_port, deploy_dest ]
|
||||||
|
|
Reference in New Issue