ci: убрать sudo в Deploy job (act-runner всегда root) (#6)
Co-authored-by: МИН <maksimivankov26@yandex.ru> Co-committed-by: МИН <maksimivankov26@yandex.ru>
This commit is contained in:
parent
90f5a53ad4
commit
3ec6bd18be
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user