updated build file with ssh and rsync
This commit is contained in:
parent
cd81e1ada8
commit
7ad4f6b811
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ deploy:
|
|||
stage: deploy
|
||||
script:
|
||||
- echo "Installing sshpass"
|
||||
- pacman -Syu --noconfirm sshpass
|
||||
- pacman -Syu --noconfirm sshpass rsync
|
||||
- echo "Deleting old ISO files from remote directory"
|
||||
- sshpass -p "$PASS" ssh -o StrictHostKeyChecking=no parch@$SSH_ROOT "rm -f /srv/http/cosmic/*.iso"
|
||||
- echo "Deploying new ISO via rsync"
|
||||
|
|
Loading…
Add table
Reference in a new issue