ci: убрать sudo в Deploy job (act-runner всегда root) (#6)
Some checks failed
CI / Lint (push) Failing after 43s
CI / Build (push) Successful in 1m34s
CI / Secret scan (push) Successful in 2m31s
CI / PR size check (push) Has been skipped
CI / Deploy to S1 + S2 (push) Failing after 1m48s

Co-authored-by: МИН <maksimivankov26@yandex.ru>
Co-committed-by: МИН <maksimivankov26@yandex.ru>
This commit is contained in:
МИН 2026-05-29 04:49:21 +00:00 committed by min
parent 90f5a53ad4
commit 3ec6bd18be

View File

@ -131,7 +131,7 @@ jobs:
echo "$KNOWN_HOSTS" > ~/.ssh/known_hosts
chmod 600 ~/.ssh/known_hosts
- name: Install rsync
run: sudo apt-get update -qq && sudo apt-get install -y rsync openssh-client
run: apt-get update -qq && apt-get install -y rsync openssh-client
- name: Deploy to S1 (85.175.7.40:1998)
run: |
rsync -az --delete-after --human-readable \