ci: preserve last successful production revision
All checks were successful
2026 World Cup Quant Platform - Production Deployment / Code Quality, Security Gate & Testing (push) Successful in 4m32s
2026 World Cup Quant Platform - Production Deployment / Deploy to Production VM via Gitea CD (push) Successful in 1m17s

This commit is contained in:
wooo
2026-06-18 14:56:45 +08:00
parent cabe4e0c02
commit 46a5f67ed8

View File

@@ -178,6 +178,7 @@ jobs:
--exclude='venv/' \ --exclude='venv/' \
--exclude='__pycache__/' \ --exclude='__pycache__/' \
--exclude='.env' \ --exclude='.env' \
--exclude='REVISION' \
./ "$PROD_SERVER_USER@$PROD_SERVER_IP:/opt/fifa2026/current/" ./ "$PROD_SERVER_USER@$PROD_SERVER_IP:/opt/fifa2026/current/"
- name: Prepare production environment file - name: Prepare production environment file