Add more debug logging
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-09-23 08:45:35 +02:00
parent d837648013
commit da969af327

View File

@ -2,6 +2,7 @@
load_deploy_key() {
echo "FOUND THE FOLLOWING SETTINGS..."
echo "$PLUGIN_HOST"
echo "$PLUGIN_DEPLOY_KEY"
echo "-------------------------------"
}