This commit is contained in:
@@ -162,6 +162,10 @@ jobs:
|
||||
cd /home/deploy/sites/klz-cables.com && \
|
||||
echo '✅ Current directory:' && pwd && \
|
||||
echo '' && \
|
||||
echo '📥 Pulling latest images (Explicit Pull)...' && \
|
||||
docker pull registry.infra.mintel.me/mintel/klz-cables.com:latest && \
|
||||
echo '✅ Image pull completed' && \
|
||||
echo '' && \
|
||||
echo '🔄 Starting containers with pull and force-recreate...' && \
|
||||
docker compose up -d --pull always --force-recreate --remove-orphans && \
|
||||
echo '✅ Containers started' && \
|
||||
|
||||
Reference in New Issue
Block a user