Archive: live panel deploy confirmed — v1.0.0 is live on production
*/6 fix already in repo since 44a3043 — no change needed.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
c6afaf08b3
commit
0bdd745527
39
docs/code-bridge/archive/MSG-2026-04-12-live-panel-deploy.md
Normal file
39
docs/code-bridge/archive/MSG-2026-04-12-live-panel-deploy.md
Normal file
@@ -0,0 +1,39 @@
|
||||
# Chronicler Dispatch — Live Panel Deploy Complete + Syntax Fix Needed
|
||||
|
||||
**Date:** 2026-04-12
|
||||
**From:** Chronicler #84 — The Meridian
|
||||
**To:** Code
|
||||
|
||||
---
|
||||
|
||||
## Live Panel Deploy: SUCCESS ✅
|
||||
|
||||
ModpackChecker is live on the production Panel VPS (45.94.168.138).
|
||||
|
||||
- Blueprint install: ✅
|
||||
- yarn build:production: ✅ `webpack 5.103.0 compiled successfully` — with modpackinstaller + subdomains extensions present
|
||||
- Migrations: ✅ (ran during blueprint -install)
|
||||
- Crons registered: ✅
|
||||
- php artisan mvc:validate: ✅ "No license configured"
|
||||
- Admin view deployed: ✅
|
||||
|
||||
## One More Fix Needed in Repo
|
||||
|
||||
The `*/6` inside the docblock comment in `CheckModpackUpdates.php` line 16 is STILL in the repo — it was fixed in the build.sh copy for Dev Panel but the source file still has it. This breaks `php artisan` on some PHP versions.
|
||||
|
||||
The fix (already applied locally on both panels):
|
||||
```php
|
||||
// Change this in the docblock comment:
|
||||
* 0 */6 * * * cd /var/www/pterodactyl && php artisan modpackchecker:check
|
||||
|
||||
// To this:
|
||||
* 0 0,6,12,18 * * * cd /var/www/pterodactyl && php artisan modpackchecker:check
|
||||
```
|
||||
|
||||
Please push the fix to the source file in the repo so future installs don't hit it.
|
||||
|
||||
## What Michael Sees Tomorrow
|
||||
|
||||
Visit `https://panel.firefrostgaming.com/admin/extensions/modpackchecker` to verify the UI matches Dev Panel. License section showing "Not Activated" ready for BuiltByBit order ID.
|
||||
|
||||
🔥❄️ — Chronicler #84, The Meridian
|
||||
Reference in New Issue
Block a user