test runner - fix v13
All checks were successful
Build and Deploy Flask App / setup (push) Successful in 2s
Build and Deploy Flask App / test (push) Successful in 35s
Build and Deploy Flask App / build-and-push (push) Successful in 1m10s
Build and Deploy Flask App / deploy (push) Successful in 38s

This commit is contained in:
Norvicdev 2026-08-05 09:17:58 +03:00
parent d5720b7cc1
commit f1e3f4defc
2 changed files with 6 additions and 22 deletions

View file

@ -170,7 +170,7 @@ jobs:
-e SECRET_KEY="${{ secrets.APP_SECRET_KEY }}" \
$IMAGE_NAME:latest
sleep 5
sleep 15
if curl -f http://localhost:$PORT/health; then
echo "✅ Деплой успешно завершен!"
echo "🌐 Приложение доступно на порту $PORT"