ci: исключить wiki/ и kubikon-assets/ из rsync deploy
Some checks failed
CI / Lint (pull_request) Failing after 43s
CI / Build (pull_request) Successful in 1m40s
CI / Secret scan (pull_request) Successful in 2m27s
CI / PR size check (pull_request) Successful in 6s
CI / Deploy to S1 + S2 (pull_request) Has been skipped

См. studio fix — те же причины, чтобы CI не удалял большие
ассет-папки которые лежат на серверах руками.
This commit is contained in:
МИН 2026-05-29 08:39:28 +03:00
parent 3ec6bd18be
commit 48b88683ec

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-player/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-player/build/
- name: Verify deploy