up cicd
All checks were successful
Deploy on Master Change / deploy (push) Successful in 1m35s

This commit is contained in:
2026-07-01 07:41:27 +07:00
parent 42fc2d9136
commit 0e2542d32b

View File

@@ -34,7 +34,7 @@ jobs:
sshpass -p "$SSH_PASS" ssh -o StrictHostKeyChecking=no -p "$SSH_PORT" "$SSH_USER@$SSH_IP" << 'EOF'
set -e
cd /var/www/simple_care
cd /var/www/rikkei_simple_care
echo "Force update code từ remote (hỗ trợ cả force push)"
git fetch --all