More more more settings
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-09-23 08:50:38 +02:00
parent da969af327
commit 056d53d29d
2 changed files with 8 additions and 1 deletions

View File

@ -1,8 +1,12 @@
#!/bin/sh
load_deploy_key() {
PLUGIN_COMPOSE=${PLUGIN_COMPOSE:-compose.yml}
echo "FOUND THE FOLLOWING SETTINGS..."
echo "$PLUGIN_STACK"
echo "$PLUGIN_HOST"
echo "$PLUGIN_COMPOSE"
echo "$PLUGIN_DEPLOY_KEY"
echo "-------------------------------"
}