fix: deploy
Some checks failed
Build & Deploy / 🔍 Prepare Environment (push) Successful in 7s
Build & Deploy / 🏗️ Build (push) Successful in 4m40s
Build & Deploy / 🧪 QA (push) Successful in 6m21s
Build & Deploy / 🚀 Deploy (push) Successful in 16s
Build & Deploy / 🔔 Notifications (push) Successful in 2s
Build & Deploy / ⚡ PageSpeed (push) Failing after 50s

This commit is contained in:
2026-02-08 18:07:37 +01:00
parent a07b0cefa1
commit 8101f29ae4
2 changed files with 1 additions and 2 deletions

View File

@@ -296,7 +296,7 @@ jobs:
echo "${{ secrets.REGISTRY_PASS }}" | docker login registry.infra.mintel.me -u "${{ secrets.REGISTRY_USER }}" --password-stdin
docker compose -p "${{ needs.prepare.outputs.project_name }}" --env-file ${{ needs.prepare.outputs.env_file }} pull
docker compose -p "${{ needs.prepare.outputs.project_name }}" --env-file ${{ needs.prepare.outputs.env_file }} up -d --remove-orphans
docker compose -p "${{ needs.prepare.outputs.project_name }}" --env-file ${{ needs.prepare.outputs.env_file }} up -d --force-recreate --remove-orphans
docker system prune -f --filter "until=24h"
EOF

View File

@@ -30,7 +30,6 @@ services:
gatekeeper:
image: registry.infra.mintel.me/mintel/gatekeeper:latest
container_name: ${PROJECT_NAME}-gatekeeper
restart: always
networks:
infra: