parent
f1a1cab596
commit
60635c4b47
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ jobs:
|
|||
HOST: ${{ secrets.DEPLOY_SSH_HOST }}
|
||||
run: |
|
||||
mkdir -p ~/.ssh
|
||||
which base64
|
||||
echo $KEY | base64 -d >> ~/.ssh/id_rsa
|
||||
chmod 600 ~/.ssh/id_rsa
|
||||
rsync -az -zz -r --del -e 'ssh -p 2222 -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o StrictHostKeyChecking=no' ${{ github.workspace }}/_pkg/{*.zst,*.db.tar.gz,*.files.tar.gz} $USER@$HOST:/srv/http/myservermanager.com/htdocs/aur/
|
||||
|
|
Loading…
Reference in a new issue