diff --git a/entrypoint.sh b/entrypoint.sh index 3422e4f..9676bb4 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -16,6 +16,10 @@ else command="$command --dist $DIST" fi +if [ "$RSA" ]; then + echo "$RSA" > ~/.ssh/id_rsa.pub +fi + if [ "$BRANCH" ]; then command="$command --branch $BRANCH" fi