chore: промежуточные изменения в TEST_STAND, docs, s.sh

This commit is contained in:
“Naeel”
2026-07-02 11:31:38 +04:00
parent 76f0b82c96
commit 54647b2fbf
7 changed files with 408 additions and 4 deletions
Executable
+16
View File
@@ -0,0 +1,16 @@
#!/usr/bin/env bash
set -euo pipefail
VM_HOST="naeel@5.172.178.213"
VM_PATH="/home/naeel/tf_provider/TEST_STAND"
SSH_KEY="$HOME/.ssh/naeel_vm_id_ed25519"
SSH_OPTS="-o StrictHostKeyChecking=no -o ConnectTimeout=10"
rsync -avz --delete \
--exclude '.terraform/' \
--exclude '*.tfstate' \
--exclude '*.tfstate.*' \
--exclude '.terraform.lock.hcl' \
-e "ssh -i $SSH_KEY $SSH_OPTS" \
/home/naeel/tf_provider/TEST_STAND/ \
"${VM_HOST}:${VM_PATH}/"