mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2025-12-19 11:12:18 +01:00
refactor: add ssh-init in entrypoint again
This commit is contained in:
parent
58a99456da
commit
bbb166a329
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ if [ -z "$(echo "$INPUT_REMOTE_PATH" | awk '{$1=$1};1')" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Initialize SSH and known hosts.
|
# Initialize SSH and known hosts.
|
||||||
|
source ssh-init
|
||||||
source hosts-init
|
source hosts-init
|
||||||
|
|
||||||
# Start the SSH agent and load key.
|
# Start the SSH agent and load key.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue