ci: исключить wiki/ и kubikon-assets/ из rsync deploy (#11)
Some checks failed
CI / Lint (push) Failing after 1m8s
CI / Build (push) Successful in 2m8s
CI / PR size check (push) Has been skipped
CI / Secret scan (push) Failing after 14m44s
CI / Deploy to S1 + S2 (push) Has been cancelled

Co-authored-by: МИН <maksimivankov26@yandex.ru>
Co-committed-by: МИН <maksimivankov26@yandex.ru>
This commit is contained in:
МИН 2026-05-29 05:43:20 +00:00 committed by min
parent 44b8aa65c6
commit f4983bf36d

View File

@ -134,12 +134,12 @@ jobs:
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 \
rsync -az --delete-after --human-readable --exclude=wiki --exclude=kubikon-assets \
-e "ssh -i ~/.ssh/id_deploy -o UserKnownHostsFile=~/.ssh/known_hosts -p 1998" \
build/ min@85.175.7.40:/var/www/rublox-studio/build/
- name: Deploy to S2 (192.168.0.124:22, runner в той же сети)
run: |
rsync -az --delete-after --human-readable \
rsync -az --delete-after --human-readable --exclude=wiki --exclude=kubikon-assets \
-e "ssh -i ~/.ssh/id_deploy -o UserKnownHostsFile=~/.ssh/known_hosts -p 22" \
build/ min@192.168.0.124:/var/www/rublox-studio/build/
- name: Verify deploy