app_test/.github/rsync.sh

14 lines
297 B
Bash
Raw Normal View History

2023-05-12 00:49:32 +02:00
#! /usr/bin/env bash
set -Eeuo pipefail
set -x
# README.md /tmp/ files.l3d.ch files ./secret_ssh_key
printf "Add SSH Private Key"
mkdir ~/.ssh
chmod 700 ~/.ssh
mv $5 ~/.ssh/id_ed25519
chmod 400 ~/.ssh/id_ed25519
ssh-keyscan -t ed25519 $3 | tee -a ~/.ssh/known_hosts
rsync --progress $1 $4@$3:$2