I AM SOHRAB

This commit is contained in:
Sohrab Behdani 2024-09-16 15:26:03 +03:30
parent 3b8b359356
commit 36fac961c1

View file

@ -13,10 +13,6 @@ archiso:
- ./build.sh
- echo "Renaming the output ISO file"
- mv out/*.iso out/Parchlinux-$Desktop-latest.iso
rules:
- if: $CI_COMMIT_TAG
deploy:
stage: deploy
script:
- echo "Installing sshpass and rsync"
@ -29,6 +25,5 @@ deploy:
- sshpass -p "$PASS" rsync -r "$(ls out/*.iso)" parch@SSH_ROOT:/srv/http/cosmic/
rules:
- if: $CI_COMMIT_TAG
dependencies:
- archiso