Forgot to add cicd secrets :\
Some checks failed
continuous-integration/drone the build failed

This commit is contained in:
Jef Roosens 2021-05-03 19:09:05 +02:00
parent 89fb1dc15c
commit 8047c491ad
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30

View file

@ -14,3 +14,4 @@ pipeline:
- eval $(ssh-agent)
- echo "$DEPLOY_KEY" | ssh-add -
- rsync -e "ssh -p $DEPLOY_PORT" public -az --delete "$DEPLOY_DEST"
secrets: [ deploy_key, deploy_port, deploy_dest ]