Skip to content

Commit f63ce10

Browse files
committed
chore(ci): use docker-compose instead of docker compose for old VPS
1 parent 8b292c0 commit f63ce10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
5151
# ── Rebuild et restart uniquement les services SaintBarth ─────
5252
echo "🔨 Build des images..."
53-
docker compose -f "$COMPOSE_FILE" build --no-cache sbv-api sbv-front
53+
docker-compose -f "$COMPOSE_FILE" build --no-cache sbv-api sbv-front
5454
5555
echo "🔄 Redémarrage des containers..."
56-
docker compose -f "$COMPOSE_FILE" up -d --remove-orphans sbv-api sbv-front
56+
docker-compose -f "$COMPOSE_FILE" up -d --remove-orphans sbv-api sbv-front
5757
5858
echo "✅ Containers démarrés"
5959

0 commit comments

Comments
 (0)