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 e08b4eee90 - Show all commits

View file

@ -28,15 +28,16 @@ jobs:
sudo -u build repo-add repo-aur-myservermanager-com.db.tar.gz *.zst
cp *.zst ${{ github.workspace }}/_pkg/
cp *.tar.gz ${{ github.workspace }}/_pkg/
echo "Produced package and AUR contents"
ls -la ${{ github.workspace }}/_pkg/
# - name: Synchronize to custom ArchLinux User Repository
# env:
# KEY: ${{ secrets.DEPLOY_SSH_KEY }}
# USER: ${{ secrets.DEPLOY_SSH_USER }}
# HOST: ${{ secrets.DEPLOY_SSH_HOST }}
# run: |
# mkdir -p ~/.ssh
# 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/
- name: Synchronize to custom ArchLinux User Repository
env:
KEY: ${{ secrets.DEPLOY_SSH_KEY }}
USER: ${{ secrets.DEPLOY_SSH_USER }}
HOST: ${{ secrets.DEPLOY_SSH_HOST }}
run: |
mkdir -p ~/.ssh
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/