Skip to content

Commit b8ce07c

Browse files
committed
fix(ci): increase SSH timeout to 30m and remove --no-cache from build
1 parent 1279ef6 commit b8ce07c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
username: ${{ secrets.VPS_USER }}
2222
key: ${{ secrets.VPS_SSH_KEY }}
2323
port: 22
24+
command_timeout: 30m
2425
script: |
2526
set -e
2627
echo "🚀 Déploiement SaintBarth Volley"
@@ -50,7 +51,7 @@ jobs:
5051
5152
# ── Rebuild et restart uniquement les services SaintBarth ─────
5253
echo "🔨 Build des images..."
53-
docker-compose -f "$COMPOSE_FILE" build --no-cache sbv-api sbv-front
54+
docker-compose -f "$COMPOSE_FILE" build sbv-api sbv-front
5455
5556
echo "🔄 Redémarrage des containers..."
5657
docker-compose -f "$COMPOSE_FILE" up -d --remove-orphans sbv-api sbv-front

0 commit comments

Comments
 (0)