mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-10 07:30:25 -04:00
Fixed rsync orchestration -> repo server
This commit is contained in:
parent
fc7debba3f
commit
5ebd17a702
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ gpgkey=https://packages.veilid.net/gpg/veilid-packages-key.public" > $HOME/srv/r
|
||||||
# Tar the repo data and transfer to the repo server
|
# Tar the repo data and transfer to the repo server
|
||||||
echo "Moving the repo scaffold to the repo server"
|
echo "Moving the repo scaffold to the repo server"
|
||||||
cd $HOME
|
cd $HOME
|
||||||
rsync --archive $HOME/srv gitlab-runner@10.116.0.3:/srv
|
rsync --archive $HOME/srv/* gitlab-runner@10.116.0.3:/srv
|
||||||
# tar -cf $HOME/repo.tar srv
|
# tar -cf $HOME/repo.tar srv
|
||||||
# scp -i $HOME/.ssh/id_ed25519 $HOME/repo.tar gitlab-runner@10.116.0.3:~
|
# scp -i $HOME/.ssh/id_ed25519 $HOME/repo.tar gitlab-runner@10.116.0.3:~
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue