Add more debug logging
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-09-23 08:45:35 +02:00
parent d837648013
commit da969af327
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 0 deletions

View File

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