mirror of
https://gitee.com/jiulinxiri/ssh-scp-deploy.git
synced 2025-09-10 18:25:12 +08:00
Changed entrypoiny.sh .
This commit is contained in:
@@ -8,7 +8,7 @@ if [ -z "$PRE_UPLOAD" ] && [ "$PASSWORD" ]; then
|
|||||||
exit 0;
|
exit 0;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ! -z "$KEY" ]]; then
|
if [[ -n "$KEY" ]]; then
|
||||||
echo "🔑 Using key file...";
|
echo "🔑 Using key file...";
|
||||||
. with_key.sh;
|
. with_key.sh;
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user