feature/move-to-forgejo #1

Merged
Alexander Schäferdiek merged 10 commits from feature/move-to-forgejo into master 2023-08-17 22:31:24 +00:00
Showing only changes of commit 1c0c6e9362 - Show all commits

View file

@ -9,7 +9,7 @@ jobs:
run: |
pacman -Syu --noconfirm
pacman -Sy --noconfirm nodejs npm git
pacman -Sy --noconfirm shellcheck openssh openssl coreutils rsync
pacman -Sy --noconfirm shellcheck openssh rsync
pacman -Scc --noconfirm
- uses: actions/checkout@v3
@ -39,6 +39,6 @@ jobs:
HOST: ${{ secrets.DEPLOY_SSH_HOST }}
run: |
mkdir -p ~/.ssh
echo -n $KEY | base64 -d >> ~/.ssh/id_rsa
echo -n $KEY | base64 -di >> ~/.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/