We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da0981f commit f5e42b9Copy full SHA for f5e42b9
1 file changed
scripts/deploy-production.sh
@@ -42,6 +42,9 @@ deploy_local() {
42
echo ">>> Deploying container stack..."
43
docker compose -f docker-compose.production.yml up -d --remove-orphans
44
45
+ echo ">>> Restarting Nginx to reload DNS and clear IP cache..."
46
+ docker compose -f docker-compose.production.yml restart nginx
47
+
48
echo ">>> Running database migrations..."
49
# Run prisma migrations on the auth-service container
50
docker compose -f docker-compose.production.yml exec -T auth-service npx prisma db push --accept-data-loss || true
0 commit comments