Files
desktop/public/api/system/deploy-status/index.php
Lars Gebhardt-Kusche 52879ede31
All checks were successful
Deploy / deploy-staging (push) Successful in 25s
Deploy / deploy-production (push) Has been skipped
adasd
2026-06-25 01:08:50 +02:00

10 lines
206 B
PHP

<?php
declare(strict_types=1);
require_once dirname(__DIR__, 4) . '/src/App/bootstrap.php';
use App\AppPaths;
require AppPaths::systemAddonPath(dirname(__DIR__, 4), 'gitea-deploy-status') . '/api.php';