feature/move-to-forgejo #1
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Prepare requirements
|
- name: Prepare requirements
|
||||||
run: |
|
run: |
|
||||||
ldd --version
|
|
||||||
pacman -Syu --noconfirm
|
pacman -Syu --noconfirm
|
||||||
pacman -Sy --noconfirm nodejs npm git
|
pacman -Sy --noconfirm nodejs npm git
|
||||||
pacman -Sy --noconfirm shellcheck rsync openssh
|
pacman -Sy --noconfirm shellcheck rsync openssh
|
||||||
|
@ -29,6 +28,7 @@ jobs:
|
||||||
sudo -u build repo-add repo-aur-myservermanager-com.db.tar.gz *.zst
|
sudo -u build repo-add repo-aur-myservermanager-com.db.tar.gz *.zst
|
||||||
cp *.zst ${{ github.workspace }}/_pkg/
|
cp *.zst ${{ github.workspace }}/_pkg/
|
||||||
cp *.tar.gz ${{ github.workspace }}/_pkg/
|
cp *.tar.gz ${{ github.workspace }}/_pkg/
|
||||||
|
ls -la ${{ github.workspace }}/_pkg/
|
||||||
|
|
||||||
# - name: Synchronize to custom ArchLinux User Repository
|
# - name: Synchronize to custom ArchLinux User Repository
|
||||||
# env:
|
# env:
|
||||||
|
@ -39,4 +39,4 @@ jobs:
|
||||||
# mkdir -p ~/.ssh
|
# mkdir -p ~/.ssh
|
||||||
# echo $KEY | base64 -d >> ~/.ssh/id_rsa
|
# echo $KEY | base64 -d >> ~/.ssh/id_rsa
|
||||||
# chmod 600 ~/.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