Auto Sync

This commit is contained in:
lhie1
2020-12-09 04:49:05 +08:00
parent 916acc4a9c
commit f88ea31e7a
6 changed files with 59 additions and 326 deletions

6
setup-ssh.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env sh
set -eu
mkdir ~/.ssh
echo "$INPUT_SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa