This commit is contained in:
parent
ce150d24e8
commit
94151c5d98
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,6 @@ jobs:
|
|||
steps:
|
||||
- name: Prepare requirements
|
||||
run: |
|
||||
ldd --version
|
||||
pacman -Syu --noconfirm
|
||||
pacman -Sy --noconfirm nodejs npm git
|
||||
pacman -Sy --noconfirm shellcheck rsync openssh
|
||||
|
@ -29,6 +28,7 @@ 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/
|
||||
ls -la ${{ github.workspace }}/_pkg/
|
||||
|
||||
# - name: Synchronize to custom ArchLinux User Repository
|
||||
# env:
|
||||
|
@ -39,4 +39,4 @@ jobs:
|
|||
# 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' ./_pkg/{*.zst,*.db.tar.gz,*.files.tar.gz} $USER@$HOST:/srv/http/myservermanager.com/htdocs/aur/
|
||||
# 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