CI build_iso.yaml rename ISO file after building
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 3m33s
Build documentation / build-and-deploy (push) Successful in 3m24s

This commit is contained in:
2026-03-21 21:42:53 +01:00
parent 095147ecc4
commit d0b5fb2e30

View File

@@ -40,7 +40,8 @@ jobs:
chmod 600 ~/.ssh/id_rsa chmod 600 ~/.ssh/id_rsa
ssh-keyscan -H "$REMOTE_IP" >> ~/.ssh/known_hosts ssh-keyscan -H "$REMOTE_IP" >> ~/.ssh/known_hosts
chmod -R 777 mop3.iso chmod -R 777 mop3.iso
rsync -az --delete mop3.iso webuser@"$REMOTE_IP":/home/webuser/get-mop3-release/ mv mop3.iso mop3-release.iso
rsync -az --delete mop3-release.iso webuser@"$REMOTE_IP":/home/webuser/get-mop3-release/
- name: Build debug - name: Build debug
run: ./aux/devel.sh debug run: ./aux/devel.sh debug
@@ -55,4 +56,5 @@ jobs:
chmod 600 ~/.ssh/id_rsa chmod 600 ~/.ssh/id_rsa
ssh-keyscan -H "$REMOTE_IP" >> ~/.ssh/known_hosts ssh-keyscan -H "$REMOTE_IP" >> ~/.ssh/known_hosts
chmod -R 777 mop3.iso chmod -R 777 mop3.iso
rsync -az --delete mop3.iso webuser@"$REMOTE_IP":/home/webuser/get-mop3-debug/ mv mop3.iso mop3-debug.iso
rsync -az --delete mop3-debug.iso webuser@"$REMOTE_IP":/home/webuser/get-mop3-debug/