CI build_iso.yaml Fix chmod
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 3m9s
Build documentation / build-and-deploy (push) Successful in 2m8s

This commit is contained in:
2026-03-21 21:28:10 +01:00
parent 808bf68fa4
commit 095147ecc4

View File

@@ -39,7 +39,7 @@ jobs:
echo "$SSH_KEY" > ~/.ssh/id_rsa echo "$SSH_KEY" > ~/.ssh/id_rsa
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 site chmod -R 777 mop3.iso
rsync -az --delete mop3.iso webuser@"$REMOTE_IP":/home/webuser/get-mop3-release/ rsync -az --delete mop3.iso webuser@"$REMOTE_IP":/home/webuser/get-mop3-release/
- name: Build debug - name: Build debug
@@ -54,5 +54,5 @@ jobs:
echo "$SSH_KEY" > ~/.ssh/id_rsa echo "$SSH_KEY" > ~/.ssh/id_rsa
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 site chmod -R 777 mop3.iso
rsync -az --delete mop3.iso webuser@"$REMOTE_IP":/home/webuser/get-mop3-debug/ rsync -az --delete mop3.iso webuser@"$REMOTE_IP":/home/webuser/get-mop3-debug/