fix: archivos deploy

This commit is contained in:
2026-05-31 17:04:27 -05:00
parent b03c76dfeb
commit 1004707d8f
3 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ sleep 10
RETRIES=5
while [ $RETRIES -gt 0 ]; do
if curl -sf http://localhost:3020/api/health > /dev/null 2>&1; then
if curl -sf http://localhost:3000/api/health > /dev/null 2>&1; then
echo "$(date '+%Y-%m-%d %H:%M:%S') - Deploy successful ✅" >> "$LOG_FILE"
exit 0
fi