Merge branch 'dev' into production
All checks were successful
Production Deployment (Zero Downtime) / deploy-production (push) Successful in 12m52s
All checks were successful
Production Deployment (Zero Downtime) / deploy-production (push) Successful in 12m52s
This commit is contained in:
@@ -73,6 +73,9 @@ jobs:
|
||||
export DIRECTUS_URL="${{ vars.DIRECTUS_URL || 'https://cms.dk0.dev' }}"
|
||||
export DIRECTUS_STATIC_TOKEN="${{ secrets.DIRECTUS_STATIC_TOKEN || '' }}"
|
||||
|
||||
# Ensure the shared network exists before compose tries to use it
|
||||
docker network create portfolio_net 2>/dev/null || true
|
||||
|
||||
# Start new container with updated image (docker-compose will handle this)
|
||||
echo "🆕 Starting new production container..."
|
||||
echo "📝 Environment check: N8N_WEBHOOK_URL=${N8N_WEBHOOK_URL:-(not set)}"
|
||||
|
||||
@@ -113,7 +113,6 @@ volumes:
|
||||
|
||||
networks:
|
||||
portfolio_net:
|
||||
name: portfolio_net
|
||||
driver: bridge
|
||||
external: true
|
||||
proxy:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user